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.
|
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