-
npm install regularjs 0.5.0+之后, 再安装rgl-loader会有错误
npm ERR! peerinvalid The package regularjs@0.5.1 does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer rgl-loader@0…
-
---
title: 你不知道的 regularjs
date: 2017-06-12
lilang
ppt: https://163.lu/lEBQ00
---
### regularjs 源码整体感知
#### 目录结构
```
regular
|== directive 指令相关
|-- animat…
-
http://regularjs.github.io/reference/?api-zh#api-reference-静态接口-componentimplement Regular的类式继承体系来源于著名的ded/klass.下的代码
http://regularjs.github.io/guide/zh/animation/syntax.html Exmaple 的代码
-
文档关注 [https://github.com/regularjs/regular-state](https://github.com/regularjs/regular-state)
![image](https://cloud.githubusercontent.com/assets/731333/16143435/5bec1302-349f-11e6-917b-9504bc05d5fe.…
-
Application: git clone git@github.com:regularjs/spa-example.git
Install Application:
```
npm install -g cnpm
cnpm install
cnpm install appmetrics
npm run build
```
add the following lines:
`…
-
> 你好,我司最近有一个项目使用的是regularjs+regular-ui实现的,当初使用的是gulp打包,接下来需求增多想切换到webpack,参照你的例子把原先写在里的模板都写到了rgl文件里,遇到一个问题就是在模版里写的图片路径不能被webpack正确加载
- **问题重现步骤**
这个是rgl文件里的代码
```html
1
…
-
一般组件实例上的方法都是以 $ 开头的,比如 $watch、$emit、$update
但是销毁的方法却没有 $ 前缀,感觉用的时候会搞混
https://github.com/regularjs/regular/blob/6e18c7bd120a26030b999751d341f7f8d1babe55/lib/render/client.js#L315-L341
这里的 destr…
-
regularjs的生命周期大致流程为: parse -> config -> compile -> init -> inject
1.现在在内部嵌套的方式监听不到inject事件
2.最好添加inject属性
-
like https://ant.design/components/slider-cn/
-
```javascript
NEJ.define([
'A/extend/util',
'{A}extend/util.js' // {A}后面没有'/'
],function(u1,u2){
// 这里需要注意的是如果使用{A}形式需要加后缀.js
// 这里两种方式引入的为同一个文件都是 ../web/js/extend/util.js 文…