Skip to content

Instantly share code, notes, and snippets.

@jigarzon
Created September 13, 2019 18:54
Show Gist options
  • Save jigarzon/8f24413add71aae075b0332223b3ea19 to your computer and use it in GitHub Desktop.
Save jigarzon/8f24413add71aae075b0332223b3ea19 to your computer and use it in GitHub Desktop.
Package.json for WebComponent export.
{
"name": "my-quasar-component",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build:my.quasar.component": "vue-cli-service build --target wc --name my-quasar-component ./src/my.quasar.component.js"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment