优化 cdn
Former-commit-id: c8ae44e41431eaea271dc9a540b42f2989973c63 Former-commit-id: 0369fc58b7831e26856b4420515f5474b9b9baa6 Former-commit-id: eb67ae970c2bde2a1548e6391d71993d5101cd3b Former-commit-id: 794f10cffd1b4231d7845fca06b2846836af81f2 [formerly 77db2f9f48e23fcac300ba7bbb4575017be60fe5] Former-commit-id: 4bb84b8a7988e24c34fa52cd55854150685dd87b Former-commit-id: acdc488249ed128515b1535550386798cc073331 Former-commit-id: 97a280dce9b99c586e0abe6becd0691ebc566168 Former-commit-id: 2ac90ba4f392b40691f6d2f829aaa398ed9c11cd Former-commit-id: cfae347f60ef1e46b3035b374cf175a3b57ab1dc
This commit is contained in:
50
dependencies.js
Normal file
50
dependencies.js
Normal file
@@ -0,0 +1,50 @@
|
||||
module.exports = [
|
||||
{
|
||||
name: 'vue',
|
||||
library: 'Vue',
|
||||
css: '',
|
||||
js: 'https://cdn.jsdelivr.net/npm/vue@2.6.10/dist/vue.js'
|
||||
},
|
||||
{
|
||||
name: 'vue-router',
|
||||
library: 'VueRouter',
|
||||
css: '',
|
||||
js: 'https://unpkg.com/vue-router@3.0.6/dist/vue-router.js'
|
||||
},
|
||||
{
|
||||
name: 'vuex',
|
||||
library: 'Vuex',
|
||||
css: '',
|
||||
js: 'https://unpkg.com/vuex@3.1.1/dist/vuex.js'
|
||||
},
|
||||
{
|
||||
name: 'axios',
|
||||
library: 'axios',
|
||||
css: '',
|
||||
js: 'https://unpkg.com/axios@0.19.0/dist/axios.min.js'
|
||||
},
|
||||
{
|
||||
name: 'better-scroll',
|
||||
library: 'BScroll',
|
||||
css: '',
|
||||
js: 'https://unpkg.com/better-scroll@1.15.2/dist/bscroll.min.js'
|
||||
},
|
||||
{
|
||||
name: '@d2-projects/d2-crud',
|
||||
library: 'D2Crud',
|
||||
css: '',
|
||||
js: 'https://cdn.d2.pub/packages/@d2-projects/d2-crud@2.0.5/d2-crud.js'
|
||||
},
|
||||
{
|
||||
name: '@d2-projects/vue-table-export',
|
||||
library: 'VueTableExport',
|
||||
css: '',
|
||||
js: 'https://cdn.d2.pub/packages/@d2-projects/vue-table-export@1.0.1/vue-table-export.js'
|
||||
},
|
||||
{
|
||||
name: '@d2-projects/vue-table-import',
|
||||
library: 'VueTableImport',
|
||||
css: '',
|
||||
js: 'https://cdn.d2.pub/packages/@d2-projects/vue-table-import@1.0.0/vue-table-import.js'
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user