Skip to content

Docs, Vue-DevTools, and Spellcheck

Compare
Choose a tag to compare
@TheJaredWilcurt TheJaredWilcurt released this 12 Nov 00:28

Changes:

  • Changed from nw-vue-devtools to nw-vue-devtools-prebuilt to ensure the latest stable is installed
  • To update your version of Vue-DevTools, a new npm script was created. npm run update:vue-devtools
  • Enabled "spell checking" in Chromium by default, this is easily removed if you don't want it
  • Improved Documentation
  • Updated all dependencies/devDependencies to latest
    • NW.js now comes with Node 13 🎉
  • Added a Code of Conduct file

Diffs against previous releases:

Missing features:

  • E2E Testing (accepting PRs)