An open API service indexing awesome lists of open source software.

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.

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
![V Randomizer desktop screenshot](screenshot-desktop.jpg)

## Screenshot on mobile
![V Randomizer mobile screenshot](screenshot-mobile.jpg)

## 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/).