Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mantou132/webextension-boilerplate

webextension boilerplate
https://github.com/mantou132/webextension-boilerplate

boilerplate typescript webextension webpack

Last synced: 17 days ago
JSON representation

webextension boilerplate

Awesome Lists containing this project

README

        

## Webextension Boilerplate

build:

- webpack
- ts-loader
- typescript
- eslint
- prettier

## development

```bash
# install dependencies
yarn
# start develop
yarn run start
```

Build:

```bash
yarn run build:zip
```