@freteclick/quasar-dashboard-ui
v1.2.38
Published
FreteClick Dashboard Quasar UI Component
Downloads
21
Keywords
Readme
Contract Component
Contract Component
FreteClick Dashboard Quasar UI Component
Usage
Quasar CLI project
Create and register a boot file:
import Vue from 'vue'
import Plugin from '@freteclick/quasar-dashboard-ui'
Vue.use(Plugin)
Setup
$ yarn add @freteclick/quasar-dashboard-ui@latest -D
Developing
# start dev in SPA mode
$ yarn dev
# start dev in UMD mode
$ yarn dev:umd
# start dev in SSR mode
$ yarn dev:ssr
# start dev in Cordova iOS mode
$ yarn dev:ios
# start dev in Cordova Android mode
$ yarn dev:android
# start dev in Electron mode
$ yarn dev:electron
Building package
$ yarn build
Adding Testing Components
in the ui/dev/src/pages
you can add Vue files to test your component/directive. When using yarn dev
to build the UI, any pages in that location will automatically be picked up by dynamic routing and added to the test page.
Adding Assets
If you have a component that has assets, like language or icon-sets, you will need to provide these for UMD. In the ui/build/script.javascript.js
file, you will find a couple of commented out commands that call addAssets
. Uncomment what you need and add your assets to have them be built and put into the ui/dist
folder.
Donate
If you appreciate the work that went into this, please consider donating to Quasar.
License
MIT (c) Francisco Rivera