- added Simple survey as Vue.js example
- added Vuex (It's like flux)
- refactor counter example to Vuex
- some other refactorings
- added realtime chat example (SSE)
- added active class to menu links
- added dropdown to menu
- added two-way binding example
- added font-awesome and some icons
- switched from semantic-ui to bootstrap 4
- semantic-ui was too big
- switched from less to sass
- style app with bootstrap
- styled application with semantic-ui
- updated npm packages
- configured autoprefixer
- styled application with semantic-ui
- refactor webpack configuration
- refactor styles configuration
- add less-css support
- fixed 404 status code in routing
- fixed hot reload issues with images and fonts
- Added jquery and semantic-ui
- Added file loader for fonts
- Added basic vue-resource example
- Configured proxy from webpack-dev-server to backend
- Added .editorconfig
- Added vue-router example
- Handle html5 history router from java
- Added json error handler
- Initial version