Skip to content

Latest commit

 

History

History
executable file
·
36 lines (25 loc) · 704 Bytes

README.md

File metadata and controls

executable file
·
36 lines (25 loc) · 704 Bytes

落地页管理后台

落地页的运营管理后台, 技术栈基于Vue + Vuex + Vue-route + EmenetUI + Axios。

安装依赖

npm install

启动服务 localhost:8080

npm run dev

构建打包

npm run build

代码相关

1. 
代码规范使用eslint官方推荐,编码时注意开发控制台的提示,参照规范协作开发。
具体编码规则见官方标绿箭头 http://eslint.cn/docs/rules/

2.
组件基于750设计宽度,1rem=100px

3.
zindex层级 -1,0,10,100,1000,...

为了更好的协作开发,避免不必要的沟通成本,请项目成员规范命名,合理构建代码,尽可能的复用和注释。