| 
				
					 | 
			hace 1 mes | |
|---|---|---|
| .. | ||
| bin | hace 6 meses | |
| html | hace 6 meses | |
| public | hace 4 meses | |
| src | hace 1 mes | |
| vite | hace 6 meses | |
| .env.development | hace 4 meses | |
| .env.production | hace 4 meses | |
| .env.staging | hace 6 meses | |
| .gitignore | hace 6 meses | |
| LICENSE | hace 6 meses | |
| README.md | hace 6 meses | |
| index.html | hace 5 meses | |
| package.json | hace 5 meses | |
| pnpm-lock.yaml | hace 6 meses | |
| vite.config.js | hace 4 meses | |
前端技术栈 Vue3 + Element Plus + Vite 版本。
# 克隆项目
git clone https://gogs.baozhida.cn/bzd_lxf/pm.git
# 进入项目目录
cd pm_ui
# 安装依赖
yarn --registry=https://registry.npmmirror.com
# 启动服务
yarn dev
# 构建测试环境 yarn build:stage
# 构建生产环境 yarn build:prod
# 前端访问地址 http://localhost:80