Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 711 Bytes

File metadata and controls

42 lines (28 loc) · 711 Bytes

plasmo-tailwindcss-shadcn-template

A chrome extension template using

Getting Started

First, run the development server:

pnpm dev
# or
npm run dev

For further guidance, visit our Documentation

Making production build

Run the following:

pnpm build
# or
npm run build

This should create a production bundle for your extension, ready to be zipped and published to the stores.

Feature

plasmo + shadcn + tailwindcss

Adding shadcn components

pnpm dlx shadcn@latest add #name
e.g. pnpm dlx shadcn@latest add card