From 818d686e90bb0298496b37829a534f654f33c2bc Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 29 Mar 2024 00:50:46 +0000 Subject: [PATCH] Add README --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0531e1a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# stimulus-esbuild-example + +An example of using [Stimulus](https://stimulus.hotwired.dev) with [esbuild](https://esbuild.github.io), and [esbuild-plugin-stimulus](https://github.com/zombiezen/esbuild-plugin-stimulus) to automatically register Stimulus controllers.