https://github.com/chrisru/die
🎲 A fancy little configurable die for Vue
https://github.com/chrisru/die
dice die game vue
Last synced: about 1 year ago
JSON representation
🎲 A fancy little configurable die for Vue
- Host: GitHub
- URL: https://github.com/chrisru/die
- Owner: ChrisRu
- License: apache-2.0
- Created: 2019-06-23T20:21:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T08:48:46.000Z (almost 6 years ago)
- Last Synced: 2025-01-25T15:30:31.203Z (over 1 year ago)
- Topics: dice, die, game, vue
- Language: Vue
- Homepage: https://die.netlify.com/
- Size: 465 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# die

## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).