Releases: shamscorner/vue-3-stackter
Releases · shamscorner/vue-3-stackter
v4.0.1
v4.0.0
Breaking Changes
- Rename from vite-plugin-components to unplugin-vue-components
- Move from Vuex to Pinia stores
Changelog
- Add additional information to the homepage
- Add a license (MIT)
- Update dependencies to the latest
- Updated Readme
v3.0.0
The following features have been added,
- File-based routing with vite-plugin-pages. (Like Nuxt file system routing).
- Layout system with vite-plugin-vue-layouts. (Like Nuxt layouts).
- Components auto importing with vite-plugin-components.
~/
alias for/src
. So we don't have to write something like../../../SomeModule
to import modules.- Custom
404
(Page not found) page and layout.
v2.0.0
Introduces TypeScript version of the same repo and setup.
v1.0.0
chore: update readme file