It's an update of my VueJs 1.X.X stack for working with Vue 2. Example of product List / Card from Vuex
You must have gulp
yarn global add gulpTo work on the project, clone the repo and
$ yarn install
$ gulpFor production
gulp buildTest Unit with karma
gulp test:serve
gulp test:unitTest E2E with nightwatch
gulp test:e2e21/12/2016
Added a circle.yml, run tests in the cloud ( https://circleci.com )