1.1.0 • Published 2 years ago

click-plugin-cli v1.1.0

Weekly downloads
217
License
MIT
Repository
-
Last release
2 years ago

Click CLI

Dev Server

The dev server allows you to develop components locally, and test them in the Click editor, without having to publish your packages.

Dev Server Usage

From your component repo, run:

npx click dev

Then from the editor, reload the page, and look under the "Add Layer" menu. You should see your local components available to add to your project.

Note: if you want to use a different dev-server than the default one, set CLICK_DEV_SERVER=https://...