基于vue3,TypeScript,Webpack5的开发环境模版
特点:
- 基于webpack5自定义项目结构
- 基于vue3开发,引入vue全家桶
- 使用ts编写文件,增强类型
Development environment template based on vue3, typescript and webpack 5
characteristic:
- Customize project structure based on webpack5
- Based on the development of vue3, the introduction of vue3
- Use ts to write files and enhance types
yarn
yarn dev
yarn build
webpack.common.js 通用配置文件
webpack.dev.js 开发配置
webpack.prod.js 打包配置