JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 100
  • Score
    100M100P100Q76049F
  • License MIT

Quasar theme mixin

Package Exports

  • q-theme-mixin

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (q-theme-mixin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Component QThemeMixin

Component QThemeMixin

Short description of the component

Usage

Quasar CLI project

import Vue from 'vue'
import { QThemeMixin } from 'q-theme-mixin'

Vue.use(QThemeMixin)

or:

<script>
import { QThemeMixin } from 'q-theme-mixin'

export default {
  components: {
    QThemeMixin
  }
}
</script>

Setup

$ yarn

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

Donate

If you appreciate the work that went into this, please consider donating to Quasar or Jeff.

License

MIT (c) Jeff Galbraith jeff@quasar.dev