Try to get Vue.use() to work with components

but really, test the release again, b/c it's not working yet...
This commit is contained in:
Lance Edgar 2019-11-06 15:19:44 -06:00
parent c7dbfd0f7a
commit 62981b8e90
5 changed files with 118 additions and 10 deletions

View file

@ -1,7 +1,7 @@
{
"name": "byjove",
"version": "0.1.0",
"description": "Generic app components for Vue.js frontend to Tailbone API backend",
"description": "Generic-ish app components for Vue.js frontend to Tailbone API backend",
"keywords": [
"rattail",
"tailbone"
@ -17,14 +17,18 @@
"build": "vue-cli-service build --target lib --name byjove src/index.js"
},
"dependencies": {
"vue": "^2.6.10",
"vue-resource": "^1.5.1",
"vue-router": "^3.1.3",
"vuex": "^3.1.1"
"vue": "^2.6.10"
},
"devDependencies": {
"@vue/cli-service": "^3.0.5",
"vue-template-compiler": "^2.6.10"
"rollup": "^1.26.3",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-vue": "^5.1.2",
"vue-resource": "^1.5.1",
"vue-router": "^3.1.3",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.1.1"
},
"main": "./dist/byjove.umd.js"
}