https://github.com/mathsgod/r-ui
https://github.com/mathsgod/r-ui
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mathsgod/r-ui
- Owner: mathsgod
- License: mit
- Created: 2020-12-07T09:55:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T02:38:15.000Z (about 2 years ago)
- Last Synced: 2025-05-13T22:24:22.280Z (about 1 year ago)
- Language: Vue
- Size: 436 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# r
## 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/).