This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
Releases: samtgarson/vueport
Releases · samtgarson/vueport
v0.1.5
v0.1.4
This release adds a class to the wrapper element which you can use in your route Vue component.
v0.1.3
Handle bug in Net::HTTP
which causes the response to be encoded incorreclty.
v0.1.2
- Enable Vue router integration by posting to the requested path on the Node server
- Switch from HTTParty to Net::HTTP, as that post-install message is really annoying
- Fix SSR warnings
v0.1.1
This release creates our own webpack config rather than borrowing the one from WebpackRails so we're much more stable. This config has been based on the config from the Vue CLI template.
We also introduce JS linting, and make a few small fixes for niceness.