Socket
Book a DemoInstallSign in
Socket

q-theme-mixin

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

q-theme-mixin

Quasar theme mixin

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
126
-3.08%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

quasar

FAQs

Package last updated on 18 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts