https://github.com/crazymryan/nuxt-demo
https://github.com/crazymryan/nuxt-demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/crazymryan/nuxt-demo
- Owner: CrazyMrYan
- Created: 2021-03-18T12:39:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-18T12:41:33.000Z (about 4 years ago)
- Last Synced: 2025-02-13T15:32:47.400Z (3 months ago)
- Language: Vue
- Size: 155 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homepage
## 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 [Nuxt.js docs](https://nuxtjs.org).