UNPKG

wordpress-plugin

Version:

Boilerplate WordPress Plugin structure to support development of JavaScript frameworks: React, Vue, Vanilla, TypeScript, supporting Vite, NextJS, Nuxt, Gatsby, and JSX/TSX Components (like MUI), CSS (like Tailwind + Unity), data APIs (like REST and GraphQ

14 lines (13 loc) 304 B
<!DOCTYPE html> <html> <head> <title>WordPress Plugin</title> <link rel="icon" href="/images/favicon.ico" /> <link rel="shortcut" href="/images/favicon.png" /> </head> <body> <h1>WordPress Plugin</h1> <div id="root"></div> <script src="index.js"></script> </body> </html>