This commit is contained in:
FairyEver 2019-12-13 17:17:00 +08:00
parent 9ca043e505
commit cbe02f9079
2 changed files with 62 additions and 2 deletions

View File

@ -5,6 +5,12 @@ module.exports = [
css: '',
js: 'https://cdn.jsdelivr.net/npm/vue@2.6.10/dist/vue.js'
},
{
name: 'vue-i18n',
library: 'VueI18n',
css: '',
js: 'https://unpkg.com/vue-i18n@8.15.1/dist/vue-i18n.js'
},
{
name: 'vue-router',
library: 'VueRouter',
@ -83,5 +89,59 @@ module.exports = [
library: 'hljs',
css: 'https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.17.1/build/styles/github-gist.min.css',
js: 'https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.17.1/build/highlight.min.js'
},
{
name: 'mockjs',
library: 'Mock',
css: '',
js: 'https://unpkg.com/mockjs@1.1.0/dist/mock.js'
},
{
name: 'lodash',
library: '_',
css: '',
js: 'https://cdn.jsdelivr.net/npm/lodash@4.17.15/lodash.min.js'
},
{
name: 'vue-json-tree-view',
library: 'TreeView',
css: '',
js: 'https://unpkg.com/vue-json-tree-view@2.1.4/dist/vue-json-tree-view.min.js'
},
{
name: 'ua-parser-js',
library: 'UAParser',
css: '',
js: 'https://cdn.jsdelivr.net/npm/ua-parser-js@0.7.20/dist/ua-parser.min.js'
},
{
name: 'js-cookie',
library: 'Cookies',
css: '',
js: 'https://cdn.jsdelivr.net/npm/js-cookie@2.2.1/src/js.cookie.min.js'
},
{
name: 'nprogress',
library: 'NProgress',
css: 'https://unpkg.com/nprogress@0.2.0/nprogress.css',
js: 'https://unpkg.com/nprogress@0.2.0/nprogress.js'
},
{
name: 'dayjs',
library: 'dayjs',
css: '',
js: 'https://cdn.jsdelivr.net/npm/dayjs@1.8.17/dayjs.min.js'
},
{
name: 'fuse.js',
library: 'Fuse',
css: '',
js: 'https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.4.5/fuse.min.js'
},
{
name: 'hotkeys-js',
library: 'hotkeys',
css: '',
js: 'https://unpkg.com/hotkeys-js@3.7.3/dist/hotkeys.min.js'
}
]

View File

@ -21,7 +21,7 @@
"better-scroll": "^1.15.2",
"clipboard-polyfill": "^2.8.1",
"countup.js": "^2.0.4",
"dayjs": "^1.8.14",
"dayjs": "^1.8.17",
"echarts": "^4.2.1",
"element-ui": "^2.13.0",
"flex.css": "^1.1.7",
@ -30,7 +30,7 @@
"highlight.js": "^9.17.1",
"hotkeys-js": "^3.6.11",
"js-cookie": "^2.2.0",
"lodash": "^4.17.11",
"lodash": "^4.17.15",
"lowdb": "^1.0.0",
"marked": "^0.6.2",
"mockjs": "^1.1.0",