是否有方法通过以下方式安装ClojureScript
"lein安装...“?
我在googling上搜索clojurescript的两个来源似乎都来自git:
https://github.com/clojure/clojurescript/wiki/Quick-Start
http://clojurescriptone.com/getting-started.html
发布于 2012-04-10 15:16:31
在https://github.com/emezeske/lein-cljsbuild上有一个叫做lein-cljsbuild的leiningen插件。
请参阅链接中的文档,但本质上,您需要将其添加为插件,然后在project.clj中添加一些配置,让它知道您的源目录和构建目录的位置。
https://stackoverflow.com/questions/10083641
复制相似问题