You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
565 B
26 lines
565 B
{
|
|
"version": "1.0",
|
|
"defaultProvider": "cdnjs",
|
|
"libraries": [
|
|
{
|
|
"library": "axios@0.19.2",
|
|
"destination": "wwwroot/lib/axios",
|
|
"files": [ "axios.min.js" ]
|
|
},
|
|
{
|
|
"library": "vue@2.6.11",
|
|
"destination": "wwwroot/lib/vue",
|
|
"files": [ "vue.min.js" ]
|
|
},
|
|
{
|
|
"library": "vuex@3.1.3",
|
|
"destination": "wwwroot/lib/vuex",
|
|
"files": [ "vuex.min.js" ]
|
|
},
|
|
{
|
|
"library": "vue-router@3.1.3",
|
|
"destination": "wwwroot/lib/vue-router",
|
|
"files": [ "vue-router.min.js" ]
|
|
}
|
|
]
|
|
} |