Many thanks for JetBrains Open Source Development license for this project.
offical quasar vite cli is release.🌹 ,and you can go to official web site for more detail. then this branch will be the default branch. then some of the third part will migrate to this branch later.
- - @quasar/vite-plugin [official released]
- - quasar 2.x
- - vite 2.x
This starter template also includes an plain :
- - pinia[Intuitive, type safe and flexible Store for Vue]
- - UnoCss[The instant on-demand Atomic CSS engine. and next architecture for windi css v4]
- - vite-plugin-vue-i18n[vue-i18n-next plugin for vite]
- - Vite-plugin-pages - file system based routing
- - Vite-plugin-vue-layouts - layouts for pages
- - Searchable Quasar Framework SVG icons[quasar author's product]
- - Vite-quasar-api(more feat needed)
- - api base axios
- - pina as default state management
- - backend service write in sprint bootComing soon]
- - auth2 login with spring authorization server
- why not use Windi CSS or Tailwind css?
- because Unocss is much more powerful than windi css[windi css is master faster than tailwind] but provide consistent api.
- why not use unplugin-vue-components or unplugin-auto-import
- because ts with volar provider best type support, and you don't need them anymore, but if you still want to use them ,just free to try.
some of the other are existed to use for improving your efficiency when use vue. they are waiting for discovered.
When you use this template, try follow the checklist to update your info properly
- Change the name and version in
package.json
- Change the title in
index.html
- Change the hostname in
vite.config.ts
- Change the favicon in
public
- Clean up the READMEs and remove routes
- Clean up
layouts
andpages
folder
And, enjoy :)
pnpm is recommended to use. also you use npm two.
npm i -g pnpm
pnpm install
pnpm run dev
or
npm install
npm run dev