-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
41 changed files
with
1,775 additions
and
1,541 deletions.
There are no files selected for viewing
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,5 +1,10 @@ | ||
# 更新日志 | ||
|
||
## v 1.2.13 | ||
|
||
- 路由缓存配置相关 | ||
- 升级依赖 | ||
|
||
## v 1.2.12 | ||
|
||
- WebSocket简单包装类 | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "vue-tpl", | ||
"version": "1.2.12", | ||
"version": "1.2.13", | ||
"private": false, | ||
"description": "vue + vuex + vue router + TypeScript(支持 JavaScript) 模板", | ||
"author": "毛瑞 <[email protected]>", | ||
|
@@ -17,23 +17,24 @@ | |
"crypto-js": "3.3.0", | ||
"d3": "^5.16.0", | ||
"echarts": "^4.7.0", | ||
"echarts-liquidfill": "^2.0.5", | ||
"element-ui": "^2.13.1", | ||
"jsencrypt": "^3.0.0-rc.1", | ||
"luma.gl": "^7.3.2", | ||
"normalize.css": "^8.0.1", | ||
"nprogress": "^0.2.0", | ||
"pixi.js": "^5.2.2", | ||
"pixi.js-legacy": "^5.2.2", | ||
"pixi.js": "^5.2.3", | ||
"pixi.js-legacy": "^5.2.3", | ||
"register-service-worker": "^1.7.1", | ||
"three": "^0.115.0", | ||
"vue": "^2.6.11", | ||
"vue-class-component": "^7.2.3", | ||
"vue-i18n": "^8.17.3", | ||
"vue-property-decorator": "^8.4.1", | ||
"vue-i18n": "^8.17.4", | ||
"vue-property-decorator": "^8.4.2", | ||
"vue-router": "^3.1.6", | ||
"vuex": "^3.2.0", | ||
"vuex": "^3.3.0", | ||
"vuex-class": "^0.3.2", | ||
"vuex-module-decorators": "^0.16.1", | ||
"vuex-module-decorators": "^0.17.0", | ||
"zdog": "^1.1.2", | ||
"zrender": "^4.3.0" | ||
}, | ||
|
@@ -42,12 +43,12 @@ | |
"@babel/plugin-proposal-export-namespace-from": "^7.8.3", | ||
"@babel/plugin-proposal-function-sent": "^7.8.3", | ||
"@babel/plugin-proposal-private-methods": "^7.8.3", | ||
"@types/crypto-js": "3.1.44", | ||
"@types/crypto-js": "3.1.45", | ||
"@types/d3": "^5.7.2", | ||
"@types/echarts": "^4.4.6", | ||
"@types/echarts": "^4.6.0", | ||
"@types/jest": "^25.2.1", | ||
"@typescript-eslint/eslint-plugin": "^2.29.0", | ||
"@typescript-eslint/parser": "^2.29.0", | ||
"@typescript-eslint/eslint-plugin": "^2.30.0", | ||
"@typescript-eslint/parser": "^2.30.0", | ||
"@vue/cli-plugin-babel": "~4.3.1", | ||
"@vue/cli-plugin-e2e-cypress": "~4.3.1", | ||
"@vue/cli-plugin-eslint": "~4.3.1", | ||
|
@@ -68,14 +69,14 @@ | |
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-standard": "^4.0.1", | ||
"eslint-plugin-vue": "^6.2.2", | ||
"fibers": "^4.0.2", | ||
"fibers": "^5.0.0", | ||
"hard-source-webpack-plugin": "^0.13.1", | ||
"lint-staged": "^10.1.7", | ||
"lint-staged": "^10.2.0", | ||
"postcss-preset-env": "^6.7.0", | ||
"regenerate": "^1.4.0", | ||
"regjsgen": "^0.5.1", | ||
"regjsparser": "^0.6.4", | ||
"sass": "^1.26.3", | ||
"sass": "^1.26.5", | ||
"sass-loader": "^8.0.2", | ||
"stylelint": "^13.3.3", | ||
"stylelint-config-scss-maorey": "^1.1.1", | ||
|
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.