https://github.com/mayashavin/nuxt-demo-app
https://github.com/mayashavin/nuxt-demo-app
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mayashavin/nuxt-demo-app
- Owner: mayashavin
- Created: 2019-10-10T07:50:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T07:51:22.000Z (over 6 years ago)
- Last Synced: 2025-02-26T01:42:24.876Z (over 1 year ago)
- Language: Vue
- Size: 220 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-app
> My outstanding Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# build for production and launch server
$ yarn run build
$ yarn start
# generate static project
$ yarn run generate
```
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).