Skip to content

Instantly share code, notes, and snippets.

@exebetche
Last active February 13, 2021 17:53
Show Gist options
  • Save exebetche/6f3e508acd11591bd3c685c0ecf84007 to your computer and use it in GitHub Desktop.
Save exebetche/6f3e508acd11591bd3c685c0ecf84007 to your computer and use it in GitHub Desktop.
{
"name": "myLib",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name ${npm_package_name} ./src/main.js"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"vue-template-compiler": "^2.6.12"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"babel": {
"presets": [
"@vue/cli-plugin-babel/preset"
]
},
"vue": {
"css": {
"extract": false
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment