vue-enyo-components
v0.4.28
Published
> Super charge your dev with ready to use power components
Downloads
78
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-datetimefor the date and time pickers
npm install vue-datetimecrip-vue-loadingfor loading animations https://github.com/tahq69/vue-loading
npm install crip-vue-loadinginstall
yarn add vue-enyo-componentsAdd 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 serveCompiles and minifies for production
yarn run buildRun your tests
yarn run testLints and fixes files
yarn run lint