https://github.com/mmintel/uikit
https://github.com/mmintel/uikit
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mmintel/uikit
- Owner: mmintel
- Created: 2019-05-16T10:02:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T05:36:18.000Z (over 2 years ago)
- Last Synced: 2025-02-15T12:20:36.109Z (4 months ago)
- Language: JavaScript
- Size: 10.9 MB
- Stars: 0
- Watchers: 2
- 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
```