https://github.com/lisniuse/vue-modelman-example
vue-modelman-example
https://github.com/lisniuse/vue-modelman-example
Last synced: about 1 month ago
JSON representation
vue-modelman-example
- Host: GitHub
- URL: https://github.com/lisniuse/vue-modelman-example
- Owner: lisniuse
- Created: 2019-03-22T14:18:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-22T15:05:05.000Z (about 6 years ago)
- Last Synced: 2025-01-28T13:52:25.044Z (3 months ago)
- Language: Vue
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-modelman-example
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).