hiui-pc
UI components for wantu.cn
Build Setup
# install dependenciesnpm install# serve with hot reload at localhost:8080npm run dev# build for production with minificationnpm run build# build for components with minificationnpm run package# Add Componentnode add ComponentName --cn 组件中文名 --type [base, data-in, data-out]# Add Method Component (e.g: Toast Message)node add ComponentName method --cn 组件中文名 --type [base, data-in, data-out]# build for production and view the bundle analyzer reportnpm run build --report
For detailed explanation on how things work, checkout the guide and docs for vue-loader.