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