generator-sw-template
v1.0.3
Published
一个自动生成模板的小工具
Downloads
1
Readme
generator-sw-template
一个自动生成模板的小工具
使用方法
全局安装
npm install generator-sw-template -g
在项目目录下执行
npx yo sw-template
Vue已构建模板执行命令:
yarn new component 创建一个新组件
yarn new view 创建一个新页面
yarn new axios 创建axois请求
yarn new store 创建 store
yarn new router 创建路由
yarn new config 生成基础配置文件vue.config.js
yarn new api 创建api
React已构建模板执行命令:
yarn new component 创建一个新组件
yarn new view 创建一个新页面
yarn new axios 创建axois请求
yarn new config 生成基础配置文件config-overrides.js
yarn new api 创建api