https://github.com/mini-ghost/playingcards
https://github.com/mini-ghost/playingcards
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mini-ghost/playingcards
- Owner: Mini-ghost
- Created: 2019-05-29T17:16:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:39:14.000Z (about 3 years ago)
- Last Synced: 2025-11-30T03:52:13.049Z (4 months ago)
- Language: Vue
- Homepage: https://mini-ghost.github.io/PlayingCards/dist/
- Size: 4.42 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# playingcards
## 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/).