https://github.com/ascorbic/my-nuxt3-project2
https://github.com/ascorbic/my-nuxt3-project2
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ascorbic/my-nuxt3-project2
- Owner: ascorbic
- Created: 2021-10-07T14:47:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-07T14:54:24.000Z (over 4 years ago)
- Last Synced: 2025-05-26T00:11:41.249Z (about 1 year ago)
- Language: Vue
- Size: 91.8 KB
- Stars: 0
- 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).