# admin-elementUi **Repository Path**: cuihaiwei/admin-element-ui ## Basic Information - **Project Name**: admin-elementUi - **Description**: 非按需引入 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-28 - **Last Updated**: 2021-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # admin ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). 项目介绍 ~~~ src\plugins\element.js 全局注册 elementUi 组件 -提前注册 对比 全局引入 打包的代码会小点 也可以在单个页面 按需引入 ~~~ 使用文档 ~~~~ https://panjiachen.github.io/vue-element-admin-site/zh/ ~~~~ 前身 ~~~ https://github.com/PanJiaChen/vue-element-admin ~~~