svelte-wordpress-plugin icon indicating copy to clipboard operation
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

  1. yarn run dev or yarn run build
  2. Activate the plugin in your WordPress admin
  3. If your homepage shows "Bar" it works!