https://github.com/michielbouw/dcx-labday
https://github.com/michielbouw/dcx-labday
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/michielbouw/dcx-labday
- Owner: michielbouw
- Created: 2019-06-28T08:19:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T01:25:41.000Z (almost 3 years ago)
- Last Synced: 2025-01-07T11:21:45.022Z (10 months ago)
- Language: Vue
- Size: 21.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# amazing-environment
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm start
```
or
```
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/).