svelte-wordpress-plugin
svelte-wordpress-plugin copied to clipboard
A boilerplate for developing WordPress plugins with Svelte
svelte-wordpress-plugin
Install dependencies
yarn
or use NPM
npm install
Getting started
-
yarn run dev
oryarn run build
- Activate the plugin in your WordPress admin
- If your homepage shows "Bar" it works!