Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 634 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 634 Bytes

项目说明

1、 使用技术


 热更新、ES6/7、scss、bable7,vue-route、vue、vuex、webpack4、async/await、前端node服务器,按需加载...

2、 安装依赖包。

npm install  或者cnpm install 或者yarn(推荐)

3、运行脚手架。

1.npm run swagger  //根据输入的swagger地址生成对应的api文件

2.npm run dll  //生成动态链接库文件

3.npm run dev //启动开发环境

4.npm run build //打包静态文件

5.npm run preview //预览编译后项目静态文件

4、ko-script 详细使用 参考