CLJSJS

码农软件 · 软件分类 · 其他开发相关 · 2019-10-21 13:58:53

软件介绍

CLJSJS 为 ClojureScript 开发者提供简单的方法来使用 JavaScript 库。

使用方法:

;; in your build.boot file:
(set-env!
  :source-paths #{"src"}
  :dependencies '[[adzerk/boot-cljs   "0.0-2629-1" :scope "test"]
                  [cljsjs/boot-cljsjs "0.3.1"      :scope "test"]
                  [cljsjs/react       "0.12.2-2"]
                  [reagent            "0.4.3"]]

(require '[adzerk.boot-cljs :refer [cljs]]
         '[cljsjs.boot-cljsjs :refer [from-cljsjs]])

(deftask build-dev []
  (comp
    (from-cljsjs :profile :development)
    (cljs :optimizations :none)))

(deftask build-prod []
  (comp
    (from-cljsjs :profile :production)
    (cljs :optimizations :advanced)))

本文地址:https://www.codercto.com/soft/d/17244.html

How Great Decisions Get Made

How Great Decisions Get Made

Maruska, Don / 2006-2 / $ 20.28

All too often, solving tough work issues can become a tug of war as clashing departments, priorities, personality styles, and other concerns threaten to destroy any possibility of a successful conclus......一起来看看 《How Great Decisions Get Made》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

html转js在线工具
html转js在线工具

html转js在线工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试