juzi
3df0ab48de
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #36 |
||
---|---|---|
build | ||
public | ||
src | ||
.dockerignore | ||
.drone.yml | ||
.editorconfig | ||
.env.dev | ||
.env.front | ||
.env.prod | ||
.env.stage | ||
.env.static | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.npmrc | ||
babel.config.js | ||
Dockerfile | ||
Jenkinsfile | ||
LICENSE | ||
nginx.conf | ||
package.json | ||
README.md | ||
vue.config.js | ||
yarn.lock |
中建材玻璃控股信息化平台开发文档
当前版本: v0.0.1
版本 | 介绍 |
---|---|
v0.0.1 | 初始化, 删减不必要的模块 |
v0.0.2 | components下增加: ButtonNav, InPageLeftNav, DialogForm, CloseHint组件; mixins 下增加 basic-add, basic-page |
安装与初始化
$ yarn
文件结构
src\
api: 保存接口信息
components: 汇总各开发成员编写的公共组件信息
directive: 汇总各开发成员编写的指令信息
router: 路由目录
plugins: 汇总各开发成员编写的插件
store: 全局状态管理
utils: 汇总各开发人员编写的工具类或工具函数
views: 视图目录,在此处编写各模块的视图
dist\
打包目录
.env.dev: 开发环境的环境变量
.env.prod: 生产环境的环境变量
依赖
moment - 日期时间相关工具类和函数
echarts - 绘制各种各样的图形