> Super charge your dev with ready to use power components
npm install vue-enyo-componentsA set of various vue components to simplify the creation of backoffices and admin panels.
See Github.
This package depends on certain packages that must be intalled separately.
- bootstrap
- vue-form-generator https://github.com/vue-generators/vue-form-generator
```
npm install vue-form-generator@3.0.0-beta.4
- vue-datetime for the date and time pickers``
npm install vue-datetime
- crip-vue-loading for loading animations https://github.com/tahq69/vue-loading``
npm install crip-vue-loading
yarn add vue-enyo-components
`Add in your main.js
`
import VueEnyoComponents from 'vue-enyo-components/plugin';// or to import separately the components you need
import {EnyoCard, EnyoAjaxTable} from 'vue-enyo-components';
`And for the styling you'll also need :
`
import VueEnyoComponents from 'vue-enyo-components/build/style.css';`$3
`
yarn run serve
`$3
`
yarn run build
`$3
`
yarn run test
`$3
`
yarn run lint
``