1. generator-jzdvuewebpackts

generator-jzdvuewebpackts

本地构建未发布的模板

npm link

发布到服务器

npm publish

生成 view 路由页面

yarn new:view
npm run new:view

生成组件

yarn new:comp
npm run new:comp

生成接口 api

yarn new:api
npm run new:api

生成路由

yarn new:router
npm run new:router