Skip to content

Releases: nwutils/nw-vue3-boilerplate

ESM, Volta, Update Deps

26 Nov 23:28
302ef93
Compare
Choose a tag to compare
  • Convert App to ESM ("type": "module") to be compatible with Vite 5
  • Add Volta to package.json and update GitHub Actions (GHA) to use Volta to determine correct Node/npm version
  • Updated dependencies
  • Updated README as needed
  • Maintained 100% test coverage.

Diffs:

Add Vue-Router

25 Aug 03:17
c009a42
Compare
Choose a tag to compare
  • Added Vue-Router.
  • Changed the app to use routes.
  • Updated some of the styling.
  • Maintained 100% test coverage.
  • Added Constants plugin

Diffs:

Update Dependencies

23 Aug 02:45
aad62d9
Compare
Choose a tag to compare

Updated dependencies

  • Replaced jsdom with happy-dom - basically the same thing just faster

Diffs:

Updated Dependencies

06 Mar 01:28
1ce3ef5
Compare
Choose a tag to compare

Updated dependencies

v1.0.0 release

27 Nov 18:51
c9b3071
Compare
Choose a tag to compare

All features set up. Testing, builds, development, etc.

Ready for general use.