web-core-cli
v1.0.3
Published
All-in-one scaffolding, cli integrated with Vue3 ecological chain, cli of H5 page, mock template cli of Node
Downloads
108
Maintainers
Readme
😏快速使用
npm i web-core-cli -g
web-core-cli create <projectname> //输入你的项目名
🔨选择模板
💻创建Vue3模板(PC端)
- 最新vue3 + ts
- axios
- pinia状态管理
- pnpm更快的包管理
- vite
- 集成antd vue 按需加载无需import
- scss
- vueuse
- 代码规范 ESlint + prettier + commitlint + husky + lint-staged
- 全局环境变量
📲 创建Vue2模板(H5移动端)
- Vue-cli4
- 配置多环境变量
- VantUI 组件按需加载
- Sass 全局样式
- Webpack 4
- Vuex 状态管理
- Axios 封装及接口管理
- Vue-router
- Webpack 4 vue.config.js 基础配置
- 配置 proxy 跨域
- 配置 alias 别名
- 配置 打包分析
- 配置 externals 引入 cdn 资源
- 去掉 console.log
- splitChunks 单独打包第三方模块
- 添加 IE 兼容
- Eslint+Pettier 统一开发规范
📝创建H5
- 基础H5布局
- normalize 及css通用封装
- js常见工具函数
- jquery
- flexible.js rem 布局方案
- 集成WeUI
- vConsole打印调试
💉node-mock
- Node 快速实现mock接口