alexjoverm / v-runtime-template

Vue component for compiling templates on the fly using a v-html like API
MIT License
605 stars 70 forks source link

Install quasar js #16

Closed raphaeldealmeida closed 5 years ago

raphaeldealmeida commented 5 years ago

How can I install in Quasar JS?

coderpradp commented 5 years ago

@raphaeldealmeida

  1. npm install v-runtime-template
  2. Edit quasar.conf.js:
    ...
    build: {
    ...
    vueCompiler: true,
    ...
    },
    ...
  3. Use it as described in this Usage Guide