# vue3-element-plus-typescript **Repository Path**: sunny522/vue3-element-plus-typescript ## Basic Information - **Project Name**: vue3-element-plus-typescript - **Description**: 基于vue-cli / vite + vue3.0 + element-plus + typescript +mock数据的后台管理系统列表页增删改查功能 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-15 - **Last Updated**: 2021-07-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue3-element-plus-typescript 基于vue-cli / vite + vue3.0 + element-plus + typescript +mock数据的后台管理系统列表页增删改查功能 - vue-cli版:https://gitee.com/sunny522/vue3-element-plus-typescript - vite版:https://gitee.com/sunny522/vue3-element-plus-typescript/tree/vite-version > 系统模块数据是mock数据 > 使用了Vue3.0全家桶、Element-plus和typescript,实践vue3.0的新特性以及vite打包工具,采用的是vue3.0的Composition API,体验vue3和typescript以及打包工具vite等 ### 页面功能 #### 列表页 - [x] 列表页增删改查 - [x] 采用vue3 composition api - [x] typescript在项目中运用,提供类型检查 - [x] mock数据,支持network查看 - [x] 请求接口返回数据用typescript泛型约束 ## vue3-element-plus-typescript ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).