Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 516 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 516 Bytes

hufu

sunland hufu project by frontend

开发详情

语言选型: ES6/7/8

框架选择: vue

UI框架 : element

css 编译: stylus

git 分支策略: 传送门

commit 规范: 传送门

useage

// 安装依赖
npm install

// 开发环境运行
npm run dev

// 生产环境打包
npm run build