decap-cms-widget-starter
v1.0.0
Published
A starter template for custom Decap CMS widget development, with Vite
Downloads
2
Maintainers
Readme
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 ~