/quasar-typescript-admin-template

:dizzy: :dizzy: [use Class API Not use composion or option API]template for Vue2 or Vue3 admin with quasar and use Tyepscript (master branch ->Vue2, v3-admin branch ->Vue3) :full_moon_with_face: :full_moon_with_face: support pwa,electron,spa,Ionic

Primary LanguageVue

Quasar Project (quasar-vue3-admin-template)

Use vue-facing-decorator(Class syntax) to Write Vue3 , discard setup syntax , embrace OOP , try my self do it

Vue3 Class syntax online preview https://dirkhe1051931999.github.io/v3-admin

Login

Dashboard

Table

## Install the dependencies
yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.