# other pins...pin "vue", to: "https://ga.jspm.io/npm:vue@3.2.31/dist/vue.esm-browser.js"ifRails.env.development?pin "vue", to: "https://ga.jspm.io/npm:vue@3.2.31/dist/vue.esm-browser.prod.js"ifRails.env.production?pin "matestack-ui-vuejs", to: "https://cdn.jsdelivr.net/npm/matestack-ui-vuejs@3.1.0/dist/matestack-ui-vuejs.esm.js" # jspm currently not working
# optional custom componentspin "some_other_component", to: "components/some_other_component.js"# do not prefix app/matestack!pin "demo_component", to: "demo/demo_component.js"# do not prefix app/matestack!
Usage
Import and setup 'matestack-ui-vuejs' in your app/javascript/packs/application.js