Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hanabi1224/chrome-extensions-vue-boilerplate

Boilerplate for chrome extension using vue+typescript, bundled by parcel with save-and-refresh support.
https://github.com/hanabi1224/chrome-extensions-vue-boilerplate

chrome-extension chrome-extensions parcel parcel-bundler parceljs typescript vue vuejs vuejs2 yarn

Last synced: 22 days ago
JSON representation

Boilerplate for chrome extension using vue+typescript, bundled by parcel with save-and-refresh support.

Awesome Lists containing this project

README

        

# chrome-extensions-vue-boilerplate
[![build](https://github.com/hanabi1224/chrome-extensions-vue-boilerplate/actions/workflows/build.yml/badge.svg)](https://github.com/hanabi1224/chrome-extensions-vue-boilerplate/actions/workflows/build.yml)

Boilerplate for chrome extension using vue + typescript, and bundled by parcel with save-and-refresh support

## Development Build and Watch
```
yarn watch
```

## Release Build

```
yarn build
```

## Unit Test
```
yarn test
```

## E2E Test
Load unpacked extension from dist folder in chrome after building