Releases: nwutils/nw-vue3-boilerplate
Releases · nwutils/nw-vue3-boilerplate
Update Dependencies, change snapshot serializer
- Changed from
jest-serializer-vue-tjw
tovue3-snapshot-serializer
- Specifically designed for Vite and Vue 3
- Better control over snapshot formatting
- Updated dependencies
- Updated README as needed
- Maintained 100% test coverage.
- Technically the coverage reporter has a bug and thinks the first line of one of the Vue files isn't covered, but it is, I promise.
Diffs:
Update Dependencies
- Updated dependencies
- Thanks to @dariuszsikorski
- Updated README as needed
- Maintained 100% test coverage.
- Technically the coverage reporter has a bug and thinks the first line of one of the Vue files isn't covered, but it is, I promise.
Diffs:
ESM, Volta, Update Deps
- 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
- Added Vue-Router.
- Changed the app to use routes.
- Updated some of the styling.
- Maintained 100% test coverage.
- Added Constants plugin
Diffs:
Update Dependencies
Updated dependencies
- Replaced
jsdom
withhappy-dom
- basically the same thing just faster
Diffs:
Updated Dependencies
Updated dependencies
v1.0.0 release
All features set up. Testing, builds, development, etc.
Ready for general use.