A Vue.js component lib base on element-ui.
# install dependencies
npm(yarn) install
# serve with hot reload at localhost:8080
npm start
# build for vue-components theme
npm run build:theme
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test