diff --git a/README.md b/README.md index ccfdc12..d6a81b9 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ Mocking up web app with Vitesse(speed)
- 📦 [Components auto importing](./src/components) +- 🍍 [State Management via Pinia](https://pinia.esm.dev/) + - 📑 [Layout system](./src/layouts) - 📲 [PWA](https://github.com/antfu/vite-plugin-pwa) @@ -63,6 +65,7 @@ Mocking up web app with Vitesse(speed)
- [Vue Router](https://github.com/vuejs/vue-router) - [`vite-plugin-pages`](https://github.com/hannoeru/vite-plugin-pages) - file system based routing - [`vite-plugin-vue-layouts`](https://github.com/JohnCampionJr/vite-plugin-vue-layouts) - layouts for pages +- [Pinia](https://pinia.esm.dev) - Intuitive, type safe, light and flexible Store for Vue using the composition api - [`vite-plugin-components`](https://github.com/antfu/vite-plugin-components) - components auto import - [`vite-plugin-pwa`](https://github.com/antfu/vite-plugin-pwa) - PWA - [`vite-plugin-windicss`](https://github.com/antfu/vite-plugin-windicss) - WindiCSS support