sunyruru / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 Support vue multi-page, a vue project can have multiple html entry

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

Two Login page

pSdf8bT.png

multi-page Dashboard (index.html)

pSdf3rV.png

multi-page large data display (index2.html)

pSdfJVU.png

Table

pSdf1K0.png

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.

About

: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


Languages

Language:Vue 41.3%Language:TypeScript 29.5%Language:SCSS 17.2%Language:JavaScript 11.5%Language:HTML 0.5%