Migrate to ES6 and store unit tests
Use babel-loader
with stage3
preset (Vue's preferred preset) and migrate all code to ES6. Also adds unit testing to Vuex store using mocha
and axios-mock-adapter
.
Edited by Erwan Rouchet
Use babel-loader
with stage3
preset (Vue's preferred preset) and migrate all code to ES6. Also adds unit testing to Vuex store using mocha
and axios-mock-adapter
.