hasanerken / vite-quasar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Many thanks for JetBrains Open Source Development license for this project.

Vite 2.x + Vue 3.x + quasar 2.x starter ⚡

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.

This starter template also includes an plain :

Out of box functions

  • - api base axios
  • - pina as default state management
  • - backend service write in sprint bootComing soon]
  • - auth2 login with spring authorization server

FAQ

  1. 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.
  2. 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.

TODO

some of the other are existed to use for improving your efficiency when use vue. they are waiting for discovered.

Checklist

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 and pages folder

And, enjoy :)

HOW TO USE

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

About

License:MIT License


Languages

Language:Vue 82.5%Language:TypeScript 16.4%Language:HTML 0.7%Language:Sass 0.4%