|
hace 1 mes | |
---|---|---|
.. | ||
addon | hace 1 mes | |
app | hace 1 mes | |
assets | hace 1 mes | |
components | hace 1 mes | |
composables | hace 1 mes | |
lang | hace 1 mes | |
layouts | hace 1 mes | |
middleware | hace 1 mes | |
plugins | hace 1 mes | |
public | hace 1 mes | |
stores | hace 1 mes | |
types | hace 1 mes | |
utils | hace 1 mes | |
.gitignore | hace 1 mes | |
.npmrc | hace 1 mes | |
README.md | hace 1 mes | |
app.vue | hace 1 mes | |
nuxt.config.ts | hace 1 mes | |
package-lock.json | hace 1 mes | |
package.json | hace 1 mes | |
publish.cjs | hace 1 mes | |
tsconfig.json | hace 1 mes | |
windi.config.ts | hace 1 mes |
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.