# pms-front-new **Repository Path**: sheepGitTee/pms-front-new ## Basic Information - **Project Name**: pms-front-new - **Description**: 权限管理系统前端 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2019-06-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 基于ice,react开发的权限管理系统前端,关于ice,可以点击下面的网址 - https://alibaba.github.io/ice/ ## 目录结构 ``` pms ├── dist // 打包资源 ├── mock // 模拟数据 ├── public // 静态资源 ├── src │ ├── components // 公共组件 │ ├── layouts // 通用布局 │ ├── locales // i18n │ ├── pages // 页面 │ ├── index.js // 应用入口 │ ├── menuConfig // 导航配置 │ ├── routerConfig // 路由配置 │ └── router.jsx // 路由配置 ├── tests // 测试 ├── .gitignore // git 忽略目录配置 ├── .editorconfig // 代码风格配置 ├── .eslintignore // eslint 忽略目录配置 ├── .eslintrc // eslint 配置 ├── package.json // package.json └── README.md // 项目说明 ``` ## 使用 1. (推荐) GUI 工具使用: 下载 [iceworks](https://alibaba.github.io/ice/#/iceworks) 2. Cli 命令使用: ```bash $ npm start // 启动预览服务器 $ npm run build // 构建 dist ```