0.1.2 • Published 2 years ago
mel-dataview v0.1.2
mel-dataview
This is a Vue component library to support code / data driven interfaces
import { BuilderTag, DataView } from 'mel-dataview'
export default
  name: 'MyComponent'
  components: {
    'data-view': DataView
  }
  data: -> 
    dv = new BuilderTag 'div'
    dv.add_div()
      .add_text("some text")
    return
      data_view: dv.dataand then in your HTML
<data-view :field="data_view" />Project setup
yarn installCompiles and hot-reloads for development
yarn serveCompiles and minifies for production
yarn buildRun your unit tests
yarn test:unitCustomize configuration
0.1.2
2 years ago