tw-plop-gen

Table of Contents

About

Vite starter with theme-ui classes and tailwindcss plugin, and command line components generator

Getting Started

yarn install # npm install

Usage

Prerequisites

  • nodejs

Start Environment

yarn dev # npm run dev

Start CLI

yarn cli # npm run cli

Build Theme UI classes

yarn build:ui # npm run build:ui

Add the plugin into tailwindcss config file.

// tailwind.config.js
module.exports = {
  plugins: [require("./.theme-ui/src/index.js")],
};