@ncform/ncform-ace

0.1.3 • Public • Published

ncform-ace

ncform-ace widget for ncform

Install and basic usage

npm i -s @ncform/ncform-ace

Add the widget

import ncformAce from '@ncform/ncform-ace';

Vue.use(vueNcform, { extComponents: {ncformAce} });

// or vm.$ncformAddWidget({name: 'ncformAce', widget: ncformAce});

Use the widget

{
  "type": "object",
  "properties": {
    "name": {
      "type": "object",
      "widget": "ncform-ace",
      "widgetConfig": {
        "height": "300px"    
      }
    }
  }
}

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

You only need to care about src/components/index.vue

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your end-to-end tests

npm run test:e2e

Run your unit tests

npm run test:unit

Readme

Keywords

Package Sidebar

Install

npm i @ncform/ncform-ace

Weekly Downloads

4

Version

0.1.3

License

none

Unpacked Size

5.82 MB

Total Files

29

Last publish

Collaborators

  • gcaufy
  • daniel-dx
  • kyleloh