@josesanch/deployment
v0.1.3
Published
1. `lein figwheel` 2. (In another window) `node target\js\compiled\deployment.js ...`
Downloads
14
Readme
Standalone Usage
lein figwheel
- (In another window)
node target\js\compiled\deployment.js ...
Production Builds
lein cljsbuild once prod
node server.js ...
REPL Usage (Vim)
You can now connect to Figwheel's REPL through Piggieback using vim-fireplace:
lein repl
(fig-start)
(cljs-repl)
- (In another window)
node target\js\compiled\deployment.js ...
- (In Vim)
:Piggieback (figwheel-sidecar.repl-api/repl-env)
Standard vim-fireplace
commands will now work in the context of the
Figwheel process:
cqp
to send a command from Vim to the REPLcpa...
to evaluate a form without saving or reloading the file- etc.