Socket
Socket
Sign inDemoInstall

q-theme-mixin

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    q-theme-mixin

Quasar theme mixin


Version published
Weekly downloads
169
increased by26.12%
Maintainers
1
Install size
7.88 kB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 18 Dec 2019

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc