eclouda-common-web
v1.0.25
Published
eclouda-common-web
Downloads
302
Readme
eclouda-common-web 前端基础模板及功能封装
eclouda-common-web
Build Setup
# install dependencies
npm install || yarn
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
工作环境安装
安装 nodejs v14 以上版本 ,依赖 element-ui 2.x 版本。
目录结构
lib 存放所有业务封装功能 。 src 存放一些样例可供参考