Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mantou132/webextension-boilerplate
- Owner: mantou132
- Created: 2019-08-25T01:18:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T15:13:12.000Z (over 3 years ago)
- Last Synced: 2024-10-18T02:31:09.578Z (2 months ago)
- Topics: boilerplate, typescript, webextension, webpack
- Language: JavaScript
- Size: 335 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```