Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marty-mcgee/wordpress-plugin
Boilerplate WordPress Plugin structure to support development of JavaScript frameworks: Vanilla, React, Vue, TypeScript, supporting Vite, NextJS, Nuxt, Gatsby, and JSX/TSX Components like MUI and CSS like Tailwind. Supports ESLint + Prettier code definitions and formatting standards.
https://github.com/marty-mcgee/wordpress-plugin
headless headless-cms javascript react typescript vanilla-js vue wordpress wordpress-plugin
Last synced: 3 months ago
JSON representation
Boilerplate WordPress Plugin structure to support development of JavaScript frameworks: Vanilla, React, Vue, TypeScript, supporting Vite, NextJS, Nuxt, Gatsby, and JSX/TSX Components like MUI and CSS like Tailwind. Supports ESLint + Prettier code definitions and formatting standards.
- Host: GitHub
- URL: https://github.com/marty-mcgee/wordpress-plugin
- Owner: marty-mcgee
- License: mit
- Created: 2022-09-10T21:30:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-15T17:40:33.000Z (over 2 years ago)
- Last Synced: 2024-10-13T01:05:12.028Z (3 months ago)
- Topics: headless, headless-cms, javascript, react, typescript, vanilla-js, vue, wordpress, wordpress-plugin
- Language: JavaScript
- Homepage:
- Size: 1.18 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌱 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