# core-vue **Repository Path**: xiao_guo-biancheng/core-vue ## Basic Information - **Project Name**: core-vue - **Description**: EvolveCore-UI, 而“Core”表示核心,“VUE”表示前端框架,这个名字暗示了这个项目可以随着需求的进化而不断发展和完善其核心功能。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-22 - **Last Updated**: 2024-09-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # core-vue English | [简体中文](./README-zh.md) > A minimal vue admin template with Element UI & axios & iconfont & permission control & lint **Live demo:** http://panjiachen.github.io/core-vue **The current version is `v4.0+` build on `vue-cli`. If you want to use the old version , you can switch branch to [tag/3.11.0](https://github.com/PanJiaChen/core-vue/tree/tag/3.11.0), it does not rely on `vue-cli`** ## Build Setup ```bash # clone the project git clone https://github.com/PanJiaChen/core-vue.git # enter the project directory cd core-vue # install dependency npm install # develop npm run dev ``` This will automatically open http://localhost:9528 ## Build ```bash # build for test environment npm run build:stage # build for production environment npm run build:prod ``` ## Advanced ```bash # preview the release environment effect npm run preview # preview the release environment effect + static resource analysis npm run preview -- --report # code format check npm run lint # code format check and auto fix npm run lint -- --fix ```