Docs, Vue-DevTools, and Spellcheck
Changes:
- Changed from
nw-vue-devtools
tonw-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)