humorless / dotfiles

My dotfiles/ vim plugin setup scripts/ Clojure dev environment vagrant file
2 stars 1 forks source link

Using shadow-cljs with Nodejs #6

Closed humorless closed 1 month ago

humorless commented 5 years ago
  1. Download https://github.com/minimal-xyz/minimal-shadow-cljs-nodejs
  2. Watch compile and hot reload (run watch for your build)
    yarn shadow-cljs watch app
  3. Start program (connect the JS runtime of the :target)
    node target/main.js
  4. vim the source file, and give command like
    :Piggieback :app
humorless commented 1 month ago

取代 :Piggieback :app:ConjureShadowSelect app