50 lines
1.2 KiB
JavaScript
50 lines
1.2 KiB
JavaScript
|
|
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'
|
||
|
|
}
|
||
|
|
]
|