lesoon-common-web
v1.0.20
Published
lesoon-common-web
Downloads
6
Readme
lesoon-common-web 前端基础模板及功能封装
lesoon-common-web
Build Setup
# install dependencies
npm install
# 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 v10以上版本
For a detailed explanation on how things work, check out the guide and docs for vue-loader.
目录结构
bin 存放所有common的功能代码,bin/css是样式文件,bin/extends中控制器,包括单表,主从,单据控制器,layout 为布局组件,有列表布局和明细布局,bus主全局缓存,http为ajax请求封装,utils为常用工具函数。 src 存放一些样例可供参考