0.0.1 • Published 6 years ago

quasar-esm v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

quasar-esm

Quasar ESM

Install

npm install quasar-esm

Usage

/** Quasar-framework **/
// theme
// quasar-esm/mat
// quasar-esm/ios
import quasar from 'quasar-esm/mat'
Vue.use(quasar, {
  components: [
    'QLayout',
    'QBtn'
  ]
})

Set components to install components to Vue. In 0.0.1 test version, all components will be load into vendor, no matter what you write in components set.

0.0.1

6 years ago