quasar-typescript-admin-template icon indicating copy to clipboard operation
quasar-typescript-admin-template copied to clipboard

:dizzy: This is a management system written using the Class API for Vue2 and Vue3 versions of the Quasar framework and supports TypeScript. where the master branch is used for the Vue2 version and the...

ADMIN template

:dizzy: :dizzy: template for quasar admin with typescript :full_moon_with_face: :full_moon_with_face: support pwa,electron,spa,Ionic

online preview https://dirkhe1051931999.github.io/quasar

Install the dependencies

npm install

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

# login by local not by server
# npm run server
# spa
npm run dev
# electron
quasar dev -m electron
# pwa
quasar dev -m pwa
# capacitor
quasar dev -m capacitor -T ios

Lint the files

npm run lint

Build the app for production

# spa
quasar build
# electron
quasar build -m electron
# pwa
quasar build -m pwa
# capacitor
quasar build -m capacitor -T ios

Customize the configuration

See Configuring quasar.conf.js.