# vue-component-front **Repository Path**: asuncm_web/vue-component-front ## Basic Information - **Project Name**: vue-component-front - **Description**: 极简的 vue admin 管理后台 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-05-13 - **Last Updated**: 2021-11-20 ## Categories & Tags **Categories**: backend **Tags**: None ## README # 酉艺管理系统前端 > 这是一个极简的 vue admin 管理后台。它只包含了 Element UI & axios & iconfont & permission control & lint,这些搭建后台必要的东西。 ## 构建方法 ```bash # 先拉取代码,然后进入代码文件夹,运行 npm install # build for local development npm run dev # build for test environment npm run build:stage # build for production environment npm run build:prod ```