Migrated repository
Go to file
2022-01-30 23:38:41 +08:00
.vscode init 2022-01-17 14:50:31 +08:00
app feat: close all tab 2022-01-25 19:27:03 +08:00
build fix: switch tab should save data 2022-01-19 19:35:58 +08:00
e2e Squashed commit of the following: 2022-01-30 22:46:35 +08:00
src chore: udpate package.json 2022-01-30 23:38:41 +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 Squashed commit of the following: 2022-01-30 22:46:35 +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:mac pack error 2022-01-30 01:29:20 +08:00
angular.webpack.js style and fix some bug 2022-01-17 19:56:06 +08:00
CHANGELOG.md chore: udpate package.json 2022-01-30 23:38:41 +08:00
CODE_OF_CONDUCT.md init 2022-01-17 14:50:31 +08:00
electron-builder.json fix:mac pack error 2022-01-30 01:29:20 +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 chore: udpate package.json 2022-01-30 23:38:41 +08:00
README.md chore: udpate package.json 2022-01-30 23:38:41 +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 ci

启动应用

npm  start

打包

Windows 打包

npm run pack:win

其他平台打包

npm run build