https://github.com/emobe/card-game-design-system
https://github.com/emobe/card-game-design-system
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/emobe/card-game-design-system
- Owner: Emobe
- Created: 2019-10-13T13:17:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T13:57:21.000Z (over 6 years ago)
- Last Synced: 2025-06-02T13:54:15.806Z (about 1 year ago)
- Language: JavaScript
- Size: 351 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cgds
## 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
```
### Run your unit tests
```
npm run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).