Official FieldAssist UI kit based on VueJs
- Clone this repo in your local.
- Add UI kit via
npm i <path to ui kit>
. For egnpm 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";
- Clone the repo.
- Run
npm i
. - Run
npm run serve
.
- Run
npm run build
- Again run
npm i
on your host project
TBD
- 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
Ayush P Gupta |