Sha256: 170fe1490afb105059a0358979be16371dd595913425c22ca0a47fb5ff0f9ba4
Contents?: true
Size: 235 Bytes
Versions: 2
Compression:
Stored size: 235 Bytes
Contents
console.log("hello, component") const Vue = require("vue") const renderVue = require("hypernova-vue").renderVue const component = Vue.extend({ template: '<h1>hello world</h1>' }) module.exports = renderVue("component.js", component)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vueonrails-1.0.0.beta3 | lib/installs/ssr/component.js |
vueonrails-1.0.0.beta2 | lib/installs/ssr/component.js |