https://github.com/dvcol/web-extension-template
Simple vite powered web extension template (Vue or svelte)
https://github.com/dvcol/web-extension-template
chrome-extension extension template typescript
Last synced: about 2 months ago
JSON representation
Simple vite powered web extension template (Vue or svelte)
- Host: GitHub
- URL: https://github.com/dvcol/web-extension-template
- Owner: dvcol
- License: mit
- Created: 2024-05-25T18:32:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-13T21:38:07.000Z (2 months ago)
- Last Synced: 2026-04-13T23:29:19.864Z (2 months ago)
- Topics: chrome-extension, extension, template, typescript
- Language: HTML
- Homepage: https://dvcol.github.io/web-extension-template/
- Size: 1020 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Welcome to Web Extension Template
> description here
## Prerequisites
- pnpm >=9.0.0
- node >=20.0.0
## Install
```sh
pnpm install
```
## Usage
```sh
pnpm dev
```
See [package.json](https://github.com/dvcol/web-extension-template/blob/main/package.json) for other useful scripts.
## Run tests
```sh
pnpm test:unit
```
## Author
- Github: [@dvcol](https://github.com/dvcol)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/dvcol/web-extension-template/issues).
## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
This project is [MIT](https://github.com/dvcol/web-extension-template/blob/master/LICENSE) licensed.
---
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_