Migrated repository
Go to file
2022-01-24 09:40:07 +08:00
.vscode init 2022-01-17 14:50:31 +08:00
app fix: reflesh tab no reflesh data 2022-01-18 18:47:52 +08:00
build fix: switch tab should save data 2022-01-19 19:35:58 +08:00
e2e change e2e test case 2022-01-24 08:43:21 +08:00
src fixed: Env detail are still displayed after delete 2022-01-24 09:40:07 +08:00
unit add isXML function 2022-01-24 09:24:56 +08:00
_config.yml init 2022-01-17 14:50:31 +08:00
.editorconfig init 2022-01-17 14:50:31 +08:00
.eslintrc.json init 2022-01-17 14:50:31 +08:00
.gitignore init 2022-01-17 14:50:31 +08:00
.npmrc init 2022-01-17 14:50:31 +08:00
.prettierrc init 2022-01-17 14:50:31 +08:00
angular.json fix:add more tab overflow page 2022-01-20 09:19:26 +08:00
angular.webpack.js style and fix some bug 2022-01-17 19:56:06 +08:00
CHANGELOG.md init 2022-01-17 14:50:31 +08:00
CODE_OF_CONDUCT.md init 2022-01-17 14:50:31 +08:00
electron-builder.json init 2022-01-17 14:50:31 +08:00
jest.config.js init 2022-01-17 14:50:31 +08:00
LICENSE Initial commit 2021-11-24 11:29:00 +08:00
LICENSE.md init 2022-01-17 14:50:31 +08:00
package.json fix:add more tab overflow page 2022-01-20 09:19:26 +08:00
README.md feat: api detail 2022-01-17 15:28:06 +08:00
tsconfig.json chore 2022-01-18 00:48:15 +08:00
tsconfig.serve.json chore 2022-01-18 00:48:15 +08:00

NodeJS

requires a minimum Node.js version of either v12.20, v14.15, or v16.10.

安装依赖

npm install -g electron-builder
npm install -g @angular/cli
npm install
cd app&&npm install

启动应用

npm  start

打包

Windows 打包

npm run pack:win

其他平台打包

npm run build