# pig-ui **Repository Path**: DNGiveU/pig-ui ## Basic Information - **Project Name**: pig-ui - **Description**: 权限系统的前端展示,使用ele-admin - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: clean - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4191 - **Created**: 2018-04-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 启动项目 ``` bash # 安装依赖关系 npm install --registry=https://registry.npm.taobao.org # 服务运行于:localhost:9527,支持热加载 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` ### 更新 ```javascipt 添加vueditor富文本编辑器 (https://github.com/DNGiveU/vueditor) npm install vueditor --save 引入markdown编辑器 (https://github.com/hinesboy/mavonEditor) npm install mavon-editor --save ```