­
vue 1.0

Vue.js build set-up from scratch with webpack, vue-loader and hot reload

Tuesday, February 23, 2016
Vue.JS is my favorite JavaScript view-library now. In this article, I will explain to you how to build a project using Vue.JS, hot module replacement, webpack and the entire vue ecosystem completely from scratch so you can understand exactly how your app works. I have been developing in JavaScript for a long time now, from about 2007. I love angular, I love react and...

Read More...

plugins

Voie.js Simple Vue.js router / layout manager

Friday, January 01, 2016
Unlike official vue-router which is organized around URLs, Voie is organized around states. Voie-based apps are basically finite-state machines. State is simply a named logical "place" within your application. Each state can optionally have: URL pattern Vue component enter hook to populate state with data leave hook to cleanup things States are organized into hierarchies: child states will inherit parameters and data from parent state. Also, if child state has a...

Read More...

news

VUE.JS: 2015 IN REVIEW

Wednesday, December 30, 2015
The year of 2015 has been a pretty crazy ride for Vue.js. The project has grown way beyond my expectations, so I’d like to take a look back and put things in perspective. General NPM downloads: 382,184 ytd, ~52k/month current GitHub Stars: 11,357 current Unfortunately Bower and CDNs do not offer download statistics - there should be at least equal if not more...

Read More...

cli

Announcing vue-cli

Wednesday, December 30, 2015
Recently there has been a lot of discussion around the tooling hurdle when you start a React project. Luckily for Vue.js, all you need to do to start with a quick prototype is including it from a CDN via a <script> tag, so we’ve got that part covered. However, that’s not how you’d build a real world application.  In real world applications we inevitably need a certain...

Read More...

news

VueJS and Modern JavaScript with Evan You

Tuesday, December 29, 2015
“When you have different goals – it’s impossible to say ‘we have the best practices for doing everything’. Because the web is just so versatile.” Vue.js is a lightweight front-end JavaScript framework that makes it simple to begin prototyping and building web interfaces. Vue.js provides a flexible API for MVVM data bindings, and can serve as an alternative to other front-end frameworks like...

Read More...

component

Vue Material Design Lite(mdl) components.

Wednesday, December 23, 2015
Vue MDL is a set of reusable Material Design Lite(mdl) components. Its purpose is to make it easy for everyone to use mdl by doing all the data binding and giving you the control over classes with props Vue MDL is only available through npm. Install it: npm install --save vue-mdl If you use a module bundler likewebpack orBrowserify, you can require it var vmdl =...

Read More...