https://github.com/dylanblokhuis/svelte-wordpress-plugin
A boilerplate for developing WordPress plugins with Svelte
https://github.com/dylanblokhuis/svelte-wordpress-plugin
Last synced: about 15 hours ago
JSON representation
A boilerplate for developing WordPress plugins with Svelte
- Host: GitHub
- URL: https://github.com/dylanblokhuis/svelte-wordpress-plugin
- Owner: dylanblokhuis
- Created: 2019-06-27T18:01:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T17:25:12.000Z (8 months ago)
- Last Synced: 2025-04-07T02:13:42.231Z (26 days ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 19
- Watchers: 4
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# svelte-wordpress-plugin
## Install dependencies
```bash
yarn
```
or use NPM
```bash
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!