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

25 lines (13 loc) 599 B
# 🌱 wordpress-plugin ## Project Description 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 GraphQL). Supports TSC, ESLint + Prettier code definitions and formatting standards. ## Instructions requires pnpm: `npm install -g pnpm` install: `pnpm i` develop: `pnpm dev` build/deploy: `pnpm build` preview build: `pnpm preview` test: `pnpm test` ==== > part of the 🌱 threed.ai family