3.0系统前台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
test c14a93dfdc 初始化 8 months ago
bin 初始化 8 months ago
dist-electron 初始化 8 months ago
html 初始化 8 months ago
public 初始化 8 months ago
server 初始化 8 months ago
src 初始化 8 months ago
src-electron 初始化 8 months ago
vite/plugins 初始化 8 months ago
.env.development 初始化 8 months ago
.env.production 初始化 8 months ago
.env.staging 初始化 8 months ago
.gitignore 初始化 8 months ago
.npmrc 初始化 8 months ago
LICENSE 初始化 8 months ago
README.md 初始化 8 months ago
index.html 初始化 8 months ago
package.json 初始化 8 months ago
vite.config.js 初始化 8 months ago

README.md

前端运行


# 安装依赖
npm install

# 启动服务
npm run dev
# 打包桌面项目
npm run electron:build

# 构建测试环境 npm run build:stage
# 构建生产环境 npm run build:prod
# 前端访问地址 http://localhost:80