https://github.com/riwert/v-randomizer
Simple RNG and words randomizer app in Vue.js v2 with Vuetify UI.
https://github.com/riwert/v-randomizer
js randomizer rng vue vuejs vuetify
Last synced: about 1 month ago
JSON representation
Simple RNG and words randomizer app in Vue.js v2 with Vuetify UI.
- Host: GitHub
- URL: https://github.com/riwert/v-randomizer
- Owner: riwert
- Created: 2019-05-04T16:06:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-30T17:31:17.000Z (almost 3 years ago)
- Last Synced: 2025-02-21T14:21:47.950Z (over 1 year ago)
- Topics: js, randomizer, rng, vue, vuejs, vuetify
- Language: Vue
- Homepage: https://riwert.github.io/v-randomizer
- Size: 2.49 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# V Randomizer
> Simple RNG and words randomizer written in Vue.js v2 with Vuetify UI.
## Demo
[riwert.github.io/v-randomizer](https://riwert.github.io/v-randomizer)
## Screenshot on desktop

## Screenshot on mobile

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