mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
Merge pull request #2123 from thelgevold/bazel-example
add bazel sample repo
This commit is contained in:
commit
d6e85bc25f
@ -24,6 +24,7 @@ This is the Svelte compiler, which is primarily intended for authors of tooling
|
||||
* [rollup-plugin-svelte](https://github.com/rollup/rollup-plugin-svelte) – Rollup plugin
|
||||
* [parcel-plugin-svelte](https://github.com/DeMoorJasper/parcel-plugin-svelte) - Parcel build plugin
|
||||
* [sveltify](https://github.com/tehshrike/sveltify) - Browserify transform
|
||||
* [rules_svelte](https://github.com/thelgevold/rules_svelte) - Bazel Rules
|
||||
|
||||
### CSS Preprocessors
|
||||
|
||||
@ -144,6 +145,7 @@ The `style` and `script` preprocessors will run *after* the `markup` preprocesso
|
||||
* [EmilTholin/svelte-test](https://github.com/EmilTholin/svelte-test)
|
||||
* [lukechinworth/codenames](https://github.com/lukechinworth/codenames/tree/svelte) – example integration with Redux
|
||||
* [khtdr/svelte-redux-shopping-cart](https://github.com/khtdr/svelte-redux-shopping-cart) – Redux Shopping Cart example (with devtools and hot-reloading)
|
||||
* [svelte-bazel-example](https://github.com/thelgevold/svelte-bazel-example) — Building Svelte with Bazel
|
||||
|
||||
## Development
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user