https://github.com/zernonia/nuxt3
https://github.com/zernonia/nuxt3
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zernonia/nuxt3
- Owner: zernonia
- Created: 2021-09-06T04:27:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-06T05:54:47.000Z (about 4 years ago)
- Last Synced: 2025-02-14T10:56:32.508Z (8 months ago)
- Language: Vue
- Homepage: nuxt3-pink.vercel.app
- Size: 108 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt minimal starter
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [documentation](https://nuxtjs.org).