Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/synycboom/lottery
https://github.com/synycboom/lottery
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/synycboom/lottery
- Owner: synycboom
- Created: 2019-06-07T07:25:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T18:09:01.000Z (almost 3 years ago)
- Last Synced: 2023-03-01T10:03:20.492Z (almost 2 years ago)
- Language: Vue
- Size: 496 KB
- Stars: 0
- Watchers: 2
- 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/).