https://github.com/hellodigua/fe-material
https://github.com/hellodigua/fe-material
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hellodigua/fe-material
- Owner: hellodigua
- Created: 2020-05-23T02:24:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-30T02:30:09.000Z (almost 6 years ago)
- Last Synced: 2025-08-20T09:34:28.249Z (10 months ago)
- Language: Vue
- Size: 303 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fe-demo
> My badass Nuxt.js project
## Build Setup
```bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).