https://github.com/0xvoidmain/luckygame
https://github.com/0xvoidmain/luckygame
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xvoidmain/luckygame
- Owner: 0xvoidmain
- Created: 2018-12-11T07:46:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-25T18:45:21.000Z (over 7 years ago)
- Last Synced: 2025-02-24T08:34:57.618Z (over 1 year ago)
- Language: CSS
- Size: 3.2 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lucky
## 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/).