Skip to content

Update to Vue-CLI 4

Compare
Choose a tag to compare
@TheJaredWilcurt TheJaredWilcurt released this 29 Oct 17:26
968a171

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)