Add initial "logo" component
still just proving some concepts at this point
This commit is contained in:
parent
41e65b33c8
commit
7bdaeee691
7 changed files with 78 additions and 9 deletions
|
@ -4,7 +4,7 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build"
|
||||
"build": "vue-cli-service build --target lib --name byjove src/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^2.6.10",
|
||||
|
@ -14,5 +14,6 @@
|
|||
"devDependencies": {
|
||||
"@vue/cli-service": "^3.0.5",
|
||||
"vue-template-compiler": "^2.6.10"
|
||||
}
|
||||
},
|
||||
"main": "./dist/byjove.umd.js"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue