library/frontend
2023-07-13 16:37:52 -07:00
..
.idea Extract badge component 2023-07-13 14:50:52 -07:00
components Extract StateSecondaryInfo component 2023-07-13 16:37:52 -07:00
pages Extract StateSecondaryInfo component 2023-07-13 16:37:52 -07:00
public lets go gamers !!!!!! 2023-05-22 12:17:07 -07:00
server lets go gamers !!!!!! 2023-05-22 12:17:07 -07:00
.eslintrc.cjs 💄 Extracting components. 2023-05-23 10:48:57 -07:00
.gitignore lets go gamers !!!!!! 2023-05-22 12:17:07 -07:00
.npmrc lets go gamers !!!!!! 2023-05-22 12:17:07 -07:00
app.vue Fix formatting 2023-07-13 14:00:38 -07:00
nuxt.config.ts 💄 Main layout done. 2023-05-22 21:55:41 -07:00
package-lock.json 💄 Main layout done. 2023-05-22 21:55:41 -07:00
package.json 💄 Main layout done. 2023-05-22 21:55:41 -07:00
README.md lets go gamers !!!!!! 2023-05-22 12:17:07 -07:00
tailwind.config.js 💄 Main layout done. 2023-05-22 21:55:41 -07:00
tsconfig.json lets go gamers !!!!!! 2023-05-22 12:17:07 -07:00

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.