https://github.com/realign/r-ui
a ui-library, based on element-ui
https://github.com/realign/r-ui
Last synced: 3 months ago
JSON representation
a ui-library, based on element-ui
- Host: GitHub
- URL: https://github.com/realign/r-ui
- Owner: ReAlign
- Created: 2018-12-11T06:51:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-11T12:18:19.000Z (over 6 years ago)
- Last Synced: 2025-01-29T05:16:22.580Z (4 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# r-ui
a ui-library, based on element-ui
## Setup
### Preparation
```bash
yarn install
```### Compiles and hot-reloads for development
```bash
yarn run serve
```### Compiles and minifies for production
```bash
yarn run build
```### Lints and fixes files
```bash
yarn run lint
```