Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 606 Bytes

File metadata and controls

18 lines (10 loc) · 606 Bytes

Lazy Blocks Custom Control Template

Welcome to the official Lazy Blocks - Custom Control Template repository on GitHub. Here you will find a starter-kit for creating a new custom control plugin.

Production-ready build placed in dist directory. Sources placed in src directory.

Looking for documentation? Please read the Create custom control article.

Development

Installation

  • Run npm install in the command line

Building

  • npm run build to run build
  • npm run dev to run build and start files watcher