You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
.idea | 4 years ago | |
assets/images | 4 years ago | |
components/Page | 4 years ago | |
config | 4 years ago | |
layouts | 4 years ago | |
pages | 4 years ago | |
server/api | 4 years ago | |
utils | 4 years ago | |
.gitignore | 4 years ago | |
README.md | 4 years ago | |
app.vue | 4 years ago | |
nuxt.config.ts | 4 years ago | |
package.json | 4 years ago | |
tsconfig.json | 4 years ago | |
yarn.lock | 4 years ago |
README.md
nuxt3 Demo
Nuxt 3 Minimal Starter
We recommend to look at the documentation.
Setup
Make sure to install the dependencies
yarn install
Development
Start the development server on http://localhost:3000
yarn dev
Production
Build the application for production:
yarn build
Checkout the deployment documentation.