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

https://github.com/milahu/solidjs-rollup-web-extension-starter

browser extension template: solidjs, rollup, windicss
https://github.com/milahu/solidjs-rollup-web-extension-starter

rollup solid-js solidjs starter template web-ext web-extension webext webextension windicss

Last synced: about 1 month ago
JSON representation

browser extension template: solidjs, rollup, windicss

Awesome Lists containing this project

README

          

# solidjs-rollup-web-extension-starter

```sh
cd $(mktemp -d)
git clone --depth 1 https://github.com/milahu/solidjs-rollup-web-extension-starter
cd solidjs-rollup-web-extension-starter
npm install
mkdir dist/
readlink -f dist/ # load this path as "unpacked extension" in your browser
npm run dev
```

## based on

- https://github.com/kyrelldixon/svelte-tailwind-extension-boilerplate
- https://github.com/solidjs-community/rollup-preset-solid
- https://github.com/fuyutarow/solid-chrome-extension-template
- ![biggrin](src/icons/biggrin.16.png "biggrin")