Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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