1.0.2-0 • Published 4 years ago

handoff-compiler v1.0.2-0

Weekly downloads
-
License
UNLICENSED
Repository
gitlab
Last release
4 years ago

Handoff Compiler

Handoff Compiler is a collection of simple functions that allow you to compile Handoff components and elements into HTML, CSS and Vue syntax. To be used in conjunction with Handoff Designer and Handoff Client.

How to use

  1. Run npm install handoff-compiler to install it.
  2. Then, import the modules as necessary. For example: import { HTML } from 'handoff-compiler'
  3. Use it like this: HTML.create(tag, options, children, elements)

For more details on the methods each module support, check the source code.

1.0.2-0

4 years ago

1.0.1-0

4 years ago