pink-gorilla / goldly

sci-cljs-kernel for reval
24 stars 1 forks source link
cljs clojure clojurescript reagent

Goldly

GitHub Actions status |pink-gorilla/goldly Clojars Project

demo

The demo is mainly there for development of goldly.

Clone goldly git repo.

cd demo
clj -X:webly:npm-install
clj -X:webly:compile
clj -X:nbeval
clj -X:webly:run

goldly - in your project with custom ui-renderers

You need to add the goldly artefact to build javascript bundle from scratch. This takes more time (npm dependencies have to be downloaded, javascript bundle needs to be compiled), but it allows you to add custom ui renderers to your goldly app.

This configures goldly with your set of ui-renderers.

You have to include the goldly and ui-renderer dependencies, and then add the namespace of the ui-renderer to goldly/extensions. This allows goldly to add the ui extensions to the javascript bundle.

Have a look at ui-binary-clock to see how you can build a custom javascript js bundle with goldly.