基于vue-cli / vite + vue3.0 + element-plus + typescript +mock数据的后台管理系统列表页增删改查功能
- vue-cli版:https://github.com/zhangyuebin/vue3-element-plus-typescript
- vite版:https://github.com/zhangyuebin/vue3-element-plus-typescript/tree/vite-version
系统模块数据是mock数据 使用了Vue3.0全家桶、Element-plus和typescript,实践vue3.0的新特性以及vite打包工具,采用的是vue3.0的Composition API,体验vue3和typescript以及打包工具vite等
- 列表页增删改查
- 采用vue3 composition api
- typescript在项目中运用,提供类型检查
- mock数据,支持network查看
- 请求接口返回数据用typescript泛型约束
yarn install
yarn serve
yarn build
yarn lint