Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 385 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 385 Bytes

vue-components

A Vue.js component lib base on element-ui.

Build Setup

# 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