Commit 17539393 by LinChengbiao

first

parents
## 前端项目规范
Front-end project specification
---
## 编码习惯
* 代码使用 `Tab` 缩进
* 尽量使用常用插件,这样的代码容易维护,容易交接。
* moment.js - 格式化时间
* echarts.js - 制作canvas图表
* numeral.js - 加工数字
* lodash.js - 操作数组、对象
* ...
* 尽量使用兼容性较高的代码。
---
## 版权维护
* 所有项目统一使用 思源黑体 (Source Han Sans CN)
* `font-family: 'Source Han Sans CN';`
---
## 项目文档
* 负责的项目需保留对应的开发文档,以便后续维护人员了解项目。
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment