|
пре 3 дана | |
---|---|---|
.. | ||
bin | пре 3 месеци | |
html | пре 3 месеци | |
public | пре 1 месец | |
src | пре 3 дана | |
vite | пре 3 месеци | |
.env.development | пре 3 недеља | |
.env.production | пре 3 недеља | |
.env.staging | пре 3 месеци | |
.gitignore | пре 3 месеци | |
LICENSE | пре 3 месеци | |
README.md | пре 3 месеци | |
index.html | пре 2 месеци | |
package.json | пре 1 месец | |
pnpm-lock.yaml | пре 3 месеци | |
vite.config.js | пре 1 месец |
前端技术栈 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