https://github.com/thabotitus/jca-ui-kit
Just Connect UI Kit
https://github.com/thabotitus/jca-ui-kit
gulp-plugins html-css-javascript ui-kit webpack webpack-plugins
Last synced: 21 days ago
JSON representation
Just Connect UI Kit
- Host: GitHub
- URL: https://github.com/thabotitus/jca-ui-kit
- Owner: thabotitus
- License: other
- Created: 2020-05-28T19:34:59.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T09:51:43.000Z (over 2 years ago)
- Last Synced: 2024-09-16T23:53:37.584Z (over 1 year ago)
- Topics: gulp-plugins, html-css-javascript, ui-kit, webpack, webpack-plugins
- Language: Nunjucks
- Homepage: https://thabotitus.github.io/jca-ui-kit/
- Size: 6.73 MB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://www.codacy.com/manual/hello_100/jca-ui-kit?utm_source=github.com&utm_medium=referral&utm_content=thabotitus/jca-ui-kit&utm_campaign=Badge_Grade)
## JCA UI KIT
A Ui library based of components created in Just Connect application.
### Requirements
- **NPM version** - 6.14.4
- **NODE version** - 12.16.1
- **Gulp version** - CLI - 2.2.1, Local 4.0.2
### Installation
1. `cd your-project-directory`
2. `git clone https://github.com/thabotitus/jca-ui-kit.git`
3. `npm install`
OR
```
npm i @ttsftwr/jca-ui-kit
```
### Useful commands
Run Server - (Hot reloading)
```
npm start
```
Build files
```
npm run build
```
Bump version
```
gulp bump:[major|minor|patch]
```
### License
All files within this repo are released under the [MIT (OSI) License]( https://en.wikipedia.org/wiki/MIT_License) as per the [LICENSE file](https://github.com/thabotitus/jca-ui-kit/blob/master/LICENSE.md) stored in the root of this repo.