https://github.com/iAmCorey/chrome-extension-plasmo-template
A chrome extension template using plasmo, tailwind css, shadcn/ui
https://github.com/iAmCorey/chrome-extension-plasmo-template
Last synced: 7 months ago
JSON representation
A chrome extension template using plasmo, tailwind css, shadcn/ui
- Host: GitHub
- URL: https://github.com/iAmCorey/chrome-extension-plasmo-template
- Owner: iAmCorey
- License: mit
- Created: 2024-09-29T08:47:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-30T14:40:42.000Z (about 1 year ago)
- Last Synced: 2025-06-09T01:05:03.692Z (9 months ago)
- Language: TypeScript
- Size: 2.28 MB
- Stars: 74
- Watchers: 1
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shadcnui - Github
README
# plasmo-tailwindcss-shadcn-template
A chrome extension template using
- [Plasmo](https://docs.plasmo.com/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Shadcn/ui](https://ui.shadcn.com/)
## Getting Started
First, run the development server:
```bash
pnpm dev
# or
npm run dev
```
For further guidance, [visit our Documentation](https://docs.plasmo.com/)
## Making production build
Run the following:
```bash
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
```