Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hanabi1224/chrome-extensions-vue-boilerplate
- Owner: hanabi1224
- License: mit
- Created: 2021-01-25T16:05:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-08T11:04:51.000Z (almost 2 years ago)
- Last Synced: 2024-05-29T19:08:46.492Z (6 months ago)
- Topics: chrome-extension, chrome-extensions, parcel, parcel-bundler, parceljs, typescript, vue, vuejs, vuejs2, yarn
- Language: Vue
- Homepage:
- Size: 581 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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