# pig-ui **Repository Path**: yuanmx/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**: 4156 - **Created**: 2018-04-13 - **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 ```