https://github.com/dafrok/rndgen
https://github.com/dafrok/rndgen
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dafrok/rndgen
- Owner: Dafrok
- License: mit
- Created: 2020-10-25T10:36:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-25T19:49:01.000Z (over 5 years ago)
- Last Synced: 2025-12-31T21:13:39.216Z (7 months ago)
- Language: Vue
- Size: 3.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rndgen
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### 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/).