Open humorless opened 8 months ago
onze.cljs.edn
:optimizations :none
Invoke the clj in a terminal with the command like
clj -M:figwheel-cider
with alias defined as
:figwheel-cider {:extra-deps {cider/cider-nrepl {:mvn/version "0.25.6"} cider/piggieback {:mvn/version "0.5.3"}} :main-opts ["-m" "nrepl.cmdline" "--middleware" "[cider.nrepl/cider-middleware,cider.piggieback/wrap-cljs-repl]" "--interactive"]}
In the terminal, give commands like
(start) ;; invoke the backend application (fw) ;; invoke the `figwheel.main.api/start`
In the Editor
:ConjurePiggieback (figwheel.main.api/repl-env "onze")
To quit
:ConjureEval :cljs/quit
onze.cljs.edn
Invoke the clj in a terminal with the command like
with alias defined as
In the terminal, give commands like
In the Editor
To quit