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 | |
---|---|---|
assets | 4 years ago | |
components | 4 years ago | |
composables | 4 years ago | |
config | 4 years ago | |
hooks | 4 years ago | |
layouts | 4 years ago | |
pages | 4 years ago | |
plugins | 4 years ago | |
public | 4 years ago | |
server | 4 years ago | |
utils | 4 years ago | |
.eslintrc.js | 4 years ago | |
.gitignore | 4 years ago | |
.prettierrc | 4 years ago | |
README.md | 4 years ago | |
app.vue | 4 years ago | |
nuxt.config.ts | 4 years ago | |
package-lock.json | 4 years ago | |
package.json | 4 years ago | |
tsconfig copy.json | 4 years ago | |
tsconfig.json | 4 years ago |
README.md
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.