Update to Vue-CLI 4
Changes:
- Updated from Vue-CLI 3 to Vue-CLI 4
- Also updated all other dependencies including NW.js
- Simplify ESLint config
- Add automated lint/testing with Travis
- Added an example of accessing the File System from a component (or using
require
for any module) - 100% Jest test coverage maintained
- Add some Linux specific stuff to the package-lock
Diff since last release:
Missing features:
- E2E Testing (accepting PRs)