gopherjs-vue
gopherjs-vue copied to clipboard
VueJS bindings for gopherjs
Including the library makes it impossible to import something else in the browser between Vue and my code. To preserve BC (if you care), a `noinclude` build tag could be...
Hi Oskca, First of all, many thanks for this very nice and convenient GopherJS extension on VueJS. I'm struggling with proper Component definition in order to define a component wich...
How would you use [VueMaterial](https://vuematerial.github.io) (or any 3rd party vuejs library) with gopherjs-vue? Adding an example to the repo would be very helpful
The [vue devtools](https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd) requires the vue.js file to be in "non-production" mode. Currently the version used is minified, which makes it impossible to use the debugging tools, which is a...
I know this repo is old, doesn't seem to have any recent commit, but anyone know how to update to Vue 3?