Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 246 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 246 Bytes

Koa + vue + ES6

纯js构建方案

  1. 遵循eslint开发规范
  2. Koa做服务端
  3. vue做前端
  4. Gulp做前端自动化工具
  5. 使用ES6进行开发

安装并运行

npm start

安装

npm install

运行开发环境

npm run dev