npm install
npm run serve
npm run build
npm run lint
npm run test:unit
mocha-webpack is a wrapper around webpack + Mocha, but with a more streamlined interface and watch mode. The benefits of this setup is that we can get complete SFC support via webpack + vue-loader.
- Vue Test Utils The official unit testing utility library for Vue.js.
- Testing Single-File Components with Mocha + webpack
- Mocha
- Mocha-webpack
- Chai
- Sinon