|
hace 3 semanas | |
---|---|---|
.. | ||
addon | hace 3 semanas | |
app | hace 3 semanas | |
assets | hace 3 semanas | |
components | hace 3 semanas | |
composables | hace 3 semanas | |
lang | hace 3 semanas | |
layouts | hace 3 semanas | |
middleware | hace 3 semanas | |
plugins | hace 3 semanas | |
public | hace 3 semanas | |
stores | hace 3 semanas | |
types | hace 3 semanas | |
utils | hace 3 semanas | |
.gitignore | hace 3 semanas | |
.npmrc | hace 3 semanas | |
README.md | hace 3 semanas | |
app.vue | hace 3 semanas | |
nuxt.config.ts | hace 3 semanas | |
package-lock.json | hace 3 semanas | |
package.json | hace 3 semanas | |
publish.cjs | hace 3 semanas | |
tsconfig.json | hace 3 semanas | |
windi.config.ts | hace 3 semanas |
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
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
Check out the deployment documentation for more information.