|
|
hace 3 años | |
|---|---|---|
| assets | hace 3 años | |
| components | hace 3 años | |
| composables | hace 3 años | |
| config | hace 3 años | |
| layouts | hace 3 años | |
| models | hace 3 años | |
| pages | hace 3 años | |
| plugins | hace 3 años | |
| public | hace 3 años | |
| services | hace 3 años | |
| store | hace 3 años | |
| types | hace 3 años | |
| .env.local | hace 3 años | |
| .env.preprod | hace 3 años | |
| .env.prod | hace 3 años | |
| .eslintrc.js | hace 3 años | |
| .gitignore | hace 3 años | |
| README.md | hace 3 años | |
| app.vue | hace 3 años | |
| nuxt.config.ts | hace 3 años | |
| package-lock.json | hace 3 años | |
| package.json | hace 3 años | |
| tsconfig.json | hace 3 años | |
| yarn-error.log | hace 3 años | |
| yarn.lock | hace 3 años |
Look at the nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Checkout the deployment documentation for more information.