Skip to content

Instantly share code, notes, and snippets.

@engelcituk
Created February 15, 2021 04:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save engelcituk/b010467a38bac7de5e4310d56854e9fc to your computer and use it in GitHub Desktop.
Save engelcituk/b010467a38bac7de5e4310d56854e9fc to your computer and use it in GitHub Desktop.
widget
https://itnext.io/vuidget-how-to-create-an-embeddable-vue-js-widget-with-vue-custom-element-674bdcb96b97
Este comando daba problemas al hacer el build
npm install webpack --save
Mejor desinstalar y reinstalar con
npm uninstall webpack
npm install webpack@^4.0.0 --save-dev
https://www.neoguias.com/como-publicar-aplicacion-vue-github-pages/
git push https://github.com/engelcituk/vuidget.git `git subtree split --prefix dist gh-pages`:gh-pages --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment