An open API service indexing awesome lists of open source software.

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.

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
```