Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/synycboom/lottery-buyer
https://github.com/synycboom/lottery-buyer
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/synycboom/lottery-buyer
- Owner: synycboom
- Created: 2019-06-07T07:38:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T18:00:46.000Z (almost 3 years ago)
- Last Synced: 2024-11-12T21:17:05.080Z (2 months ago)
- Language: Vue
- Size: 498 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lottery
## 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/).