https://github.com/mmintel/uikit
https://github.com/mmintel/uikit
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mmintel/uikit
- Owner: mmintel
- Created: 2019-05-16T10:02:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T05:36:18.000Z (over 3 years ago)
- Last Synced: 2025-04-09T19:56:04.608Z (over 1 year ago)
- Language: JavaScript
- Size: 10.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uikit
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Lints and fixes files
```
yarn run lint
```