https://github.com/dgraph-io/discuss-tutorial-vue
https://github.com/dgraph-io/discuss-tutorial-vue
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dgraph-io/discuss-tutorial-vue
- Owner: dgraph-io
- License: apache-2.0
- Archived: true
- Created: 2020-10-21T02:56:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-21T23:02:21.000Z (over 4 years ago)
- Last Synced: 2024-12-06T17:10:28.394Z (over 1 year ago)
- Language: CSS
- Size: 2.71 MB
- Stars: 1
- Watchers: 20
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-discuss-tutorial
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).