https://github.com/noah227/vxt
Develop Chrome/Edge extension with Vue framework.
https://github.com/noah227/vxt
addon chrome cli edge extension typescript vue3
Last synced: 10 months ago
JSON representation
Develop Chrome/Edge extension with Vue framework.
- Host: GitHub
- URL: https://github.com/noah227/vxt
- Owner: noah227
- Created: 2022-09-30T07:16:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-08-04T07:46:18.000Z (11 months ago)
- Last Synced: 2025-08-04T10:56:05.621Z (11 months ago)
- Topics: addon, chrome, cli, edge, extension, typescript, vue3
- Language: JavaScript
- Homepage:
- Size: 256 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vxt
vxt mono repo
## build
* build all
```shell
npm run build
```
* build specific package
```shell
# E.g. build cli
npm run build cli
```
## publish
```shell
pnpm publish --filter
#e.g.
pnpm publish --filter cli
```