vue-enyo-components
v0.4.28
Published
> Super charge your dev with ready to use power components
Downloads
17
Readme
vue-enyo-components
Super charge your dev with ready to use power components
A set of various vue components to simplify the creation of backoffices and admin panels.
See Github.
Dependencies
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 [email protected]
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
install
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';
Compiles and hot-reloads for development
yarn run serve
Compiles and minifies for production
yarn run build
Run your tests
yarn run test
Lints and fixes files
yarn run lint