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