-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Migrate from vue-cli-service to vite and upgrade all dependencies.
- Loading branch information
Showing
44 changed files
with
306 additions
and
512 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
# ZTF Client | ||
|
||
Vue.js 3, Ant Design Vue 2, TypeScript, WebSocket | ||
|
||
### Licenses | ||
All source code is licensed under the [GPLv3 License](LICENSE.md). | ||
|
||
## Thanks | ||
Thank you [JetBrains](https://www.jetbrains.com) for providing free open source licenses. | ||
All source code is licensed under the [GPLv3 License](LICENSE.md). |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/svg+xml" href="/favicon.ico" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Vite + Vue + TS</title> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
<script type="module" src="/src/main.ts"></script> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,85 +1,43 @@ | ||
{ | ||
"name": "ZTF", | ||
"description": "Zentao Test Framework", | ||
"version": "1.0.0", | ||
"name": "zentaoatf-ui", | ||
"private": true, | ||
"version": "0.0.0", | ||
"type": "module", | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"test:unit": "vue-cli-service test:unit", | ||
"lint": "vue-cli-service lint", | ||
"svgo": "svgo -f src/assets/iconsvg --config=src/assets/iconsvg/svgo.yml" | ||
"dev": "vite", | ||
"build": "vue-tsc && vite build", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@iconify-icons/codicon": "^1.2.6", | ||
"@iconify-icons/fluent": "^1.2.7", | ||
"@iconify-icons/codicon": "^1.2.30", | ||
"@iconify-icons/fluent": "^1.2.38", | ||
"@iconify/vue": "^3.2.1", | ||
"@toast-ui/editor": "^2.5.3", | ||
"@vueuse/core": "^8.4.2", | ||
"ant-design-vue": "^2.2.8", | ||
"@intlify/core-base": "^9.10.2", | ||
"@vueuse/core": "^10.9.0", | ||
"axios": "^0.21.4", | ||
"core-js": "^3.18.0", | ||
"localforage": "^1.10.0", | ||
"lodash-es": "^4.17.21", | ||
"lodash.debounce": "^4.0.8", | ||
"lodash.throttle": "^4.1.1", | ||
"mitt": "^3.0.0", | ||
"monaco-editor": "0.25.2", | ||
"monaco-editor-webpack-plugin": "^6.0.0", | ||
"mitt": "^3.0.1", | ||
"moment": "^2.30.1", | ||
"monaco-editor": "0.47.0", | ||
"neffos.js": "0.1.25", | ||
"nprogress": "^0.2.0", | ||
"sass-loader": "^12.6.0", | ||
"splitpanes": "^3.1.1", | ||
"vue": "^3.2.18", | ||
"splitpanes": "^3.1.5", | ||
"vue": "^3.4.21", | ||
"vue-final-modal": "3.4.4", | ||
"vue-i18n": "^9.1.7", | ||
"vue-router": "^4.0.11", | ||
"vue-toast-notification": "^3.0", | ||
"vue-toastification": "^2.0.0-rc.5", | ||
"vuex": "^4.0.2" | ||
"vue-i18n": "^9.10.2", | ||
"vue-router": "^4.3.0", | ||
"vue-toast-notification": "^3.1.2", | ||
"vue-toastification": "2.0.0-rc.5", | ||
"vuex": "^4.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/echarts": "^4.9.10", | ||
"@types/jest": "^24.9.1", | ||
"@types/lodash.debounce": "^4.0.6", | ||
"@types/splitpanes": "^2.2.1", | ||
"@typescript-eslint/eslint-plugin": "^4.31.2", | ||
"@typescript-eslint/parser": "^4.31.2", | ||
"@vue/cli-plugin-babel": "~4.5.13", | ||
"@vue/cli-plugin-eslint": "~4.5.13", | ||
"@vue/cli-plugin-router": "~4.5.13", | ||
"@vue/cli-plugin-typescript": "~4.5.13", | ||
"@vue/cli-plugin-unit-jest": "~4.5.13", | ||
"@vue/cli-plugin-vuex": "~4.5.13", | ||
"@vue/cli-service": "~4.5.13", | ||
"@vue/compiler-sfc": "^3.2.18", | ||
"@vue/eslint-config-typescript": "^7.0.0", | ||
"@vue/test-utils": "^2.0.0-rc.15", | ||
"body-parser": "^1.19.0", | ||
"chokidar": "^3.5.2", | ||
"eslint": "^6.8.0", | ||
"eslint-plugin-vue": "^8.7.1", | ||
"less": "^3.13.1", | ||
"less-loader": "^5.0.0", | ||
"lint-staged": "^9.5.0", | ||
"mockjs": "^1.1.0", | ||
"node-dir": "^0.1.17", | ||
"style-loader": "2.0.0", | ||
"svg-sprite-loader": "^5.2.1", | ||
"svgo": "^1.3.2", | ||
"svgo-loader": "^2.2.2", | ||
"typescript": "~4.1.6", | ||
"vue-jest": "^5.0.0-alpha.10" | ||
}, | ||
"gitHooks": { | ||
"pre-commit": "lint-staged" | ||
}, | ||
"keywords": [ | ||
"ztf" | ||
], | ||
"lint-staged": { | ||
"*.{js,jsx,vue,ts,tsx}": [ | ||
"vue-cli-service lint", | ||
"git add" | ||
] | ||
"@types/node": "^20.11.30", | ||
"@vitejs/plugin-vue": "^5.0.4", | ||
"less": "^4.2.0", | ||
"typescript": "^5.4.2", | ||
"vite": "^5.2.0", | ||
"vue-tsc": "^1.8.27" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.