generator-jzdvuewebpackts

基于vue,typescript cli3改造jzd项目模板

Usage no npm install needed!

<script type="module">
  import generatorJzdvuewebpackts from 'https://cdn.skypack.dev/generator-jzdvuewebpackts';
</script>

README

本地构建未发布的模板

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