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 gulp
To work on the project, clone the repo and
$ yarn install
$ gulp
For production
gulp build
Test Unit with karma
gulp test:serve
gulp test:unit
Test E2E with nightwatch
gulp test:e2e
21/12/2016
Added a circle.yml, run tests in the cloud ( https://circleci.com )