MYCOIN

Results 4 issues of MYCOIN

看了下模板解析的实现,似乎要新增一个解析语法比较困难~ 希望实现: ``` {{literal}} // 这里原样字面量输出 {{/literal}} ``` @aui 求给基本思路,[compile.js@L186](https://github.com/aui/artTemplate/blob/master/src/compile.js#L186) 这行逻辑是否意味着注定无法实现此功能? O(∩_∩)O谢谢

iview should be used like: ``` { test: /iview.src.*?js$/, loader: 'babel-loader', }, { test: /\.(js|jsx)$/, include: [sourcePath], exclude: /(node_modules|bower_components)/, loader: [ 'babel-loader?cacheDirectory', ], }, ``` this pulling request modified webpack...

![image](https://user-images.githubusercontent.com/1845440/52173929-e6765280-27c7-11e9-9080-296d88ae85a8.png) as following : ![image](https://user-images.githubusercontent.com/1845440/52173946-30f7cf00-27c8-11e9-83be-e539978bb611.png) seem issues like: https://github.com/iview/iview/pull/5283

因为页面使用 Velocity 模板,所以Juicer变量占位符会与其冲突,改为如下配置: ``` html {{wd}} - {{=wd}} {%if success%} OK {%else%} ERROR {%/if%} juicer.set({ 'tag::operationOpen': '{%', 'tag::operationClose': '%}', 'tag::interpolateOpen': '{{', 'tag::interpolateClose': '}}', 'tag::noneencodeOpen': '{{=', 'tag::noneencodeClose': '}}', 'tag::commentOpen': '{#', 'tag::commentClose':...