# Vue3 + Element-plus + TypeScript **Repository Path**: yuan_small/Element-plus-demo ## Basic Information - **Project Name**: Vue3 + Element-plus + TypeScript - **Description**: 对Element Plus组件库进行二次封装,实现项目编写配置信息即可快速搭建页面 (主要是为了练习typescript + Element Plus进行二次封装,其余功能未完善) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-05-05 - **Last Updated**: 2022-09-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # management ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).