Latest Posts

Vue Auth Vue 3 Support

Vue auth has been updated to now fully support Vue 3 with the createAuth and useAuth syntax for creating and consuming the plugin.

Read full post ›

Vue Upload Officially Out of Beta With Vue 3 Support

The official announcement of Vue Upload coming out of beta with newly added support for Vue 3 of the box.

Read full post ›

Vue Knob Component Released

Official announcement for the release of the new Vue Knob component by Websanova.

Read full post ›

Open Source

Vue Auth

A fully featured authentication plugin for Vue.js compatible with both Vue 2 and 3. The plugin integrates directly with other plugins such as vue-router allowing easy mainpulation of route access via 'auth' meta.

http://github.com/websanova/vue-auth

Vue Upload

A fully featured upload plugin for Vue.js compatible with both Vue 2 and 3. The plugin has many features including single and multi file upload, i18n support, and full integration with existing libraries such as Axios.

http://github.com/websanova/vue-upload

JS URL

A simple and lightweight url parser for JavaScript. The library offers simple syntax sugaring to quickly parse complex urls with shortcuts such as "url('?')" which returns an object of all query params.

http://github.com/websanova/js-url