https://github.com/opengs/someexample
https://github.com/opengs/someexample
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/opengs/someexample
- Owner: opengs
- Created: 2020-09-25T13:22:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T13:23:47.000Z (almost 5 years ago)
- Last Synced: 2025-01-21T03:28:28.868Z (5 months ago)
- Language: Vue
- Size: 127 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# control_panel
## 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/).