Skip to content

Releases: nwutils/nw-vue-cli-example

Update to Vue-CLI 4

29 Oct 17:26
968a171
Compare
Choose a tag to compare

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)

Initial release

17 Sep 10:24
ecf13b9
Compare
Choose a tag to compare

I thought I had already done a release of this, but I guess not. This release is fully production ready (as long as you don't need E2E).

Main features:

  • npm install && npm start works for local development inside NW.js
  • 100% Vue-CLI compatible. Works just like a normal Vue CLI project
  • Automated builds for each OS
  • 100% Unit Test Coverage
  • ESLint set up

Missing features:

  • E2E Testing (accepting PRs)