Official FieldAssist UI kit based on VueJs
Installation
Locally
- Clone this repo in your local.
- Add UI kit via
npm i <path to ui kit>
. For eg npm i ./../fa_vuejs_ui_kit
(assuming this repo lies next to your host project).
- Import the css in your main.ts or global css
@import "fa_vuejs_ui_kit/src/assets/css/main.css";
Development
Running
- Clone the repo.
- Run
npm i
.
- Run
npm run serve
.
Release (Locally)
- Run
npm run build
- Again run
npm i
on your host project
Release (npm)
TBD
👍 Contribution
- Clone it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
✨ Active Contributors