1.0.0 • Published 9 months ago

decap-cms-widget-starter v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Template Usage

To use this template, you can use degit tool for cloning:

npx degit iamspark1e/decap-cms-widget-starter my-widget

Then you can start developing your unplugin 🔥

To test your plugin, run: npm run dev To release a new widget, run: npm run build, then publish to NPM.

Before publish, please replace the package names & widget component names first!

I'd glad to see your widget ~