-
我这页面上显示现在的模块数目是 89,618
https://www.npmjs.org/ 显示当前模块数是 89 745
说明已经很接近了...
但是我执行 sync_not_exist 却提示
[tools/sync_not_exist.js] start sync not exist modules
[Tue Aug 19 2014 22:06:06 GMT+0800 (CST)] [wor…
-
Internally, knockout has its own eventing code for dealing with clicks and such. However, if jquery is present it uses jquery's eventing. If you search for "jqueryInstance", you'll find all references…
-
We are implementing inheritance hierarchy for our Knockout components. In case ancestor component's viewModel does something useful with $root, $data or $parent, all descendant implementations need to…
-
Currently, I am using Knockout templates, and it is well-designed & well-implemented for GUI components. Nice Job!
However, I see the lack of support for "Container components" (components that can ha…
-
I have a large project that I am renovating. I originally used Knockout, but I prefer the architecture and style of Ractive. After reading the docs and looking at examples, I am unsure how to encapsul…
-
Hi,
I would like to use the following - already available syntax - in my components:
```
ko.components.register('my-component', { require: 'some/module' });
```
But I'm using SystemJS (instead of R…
-
When a package is recognized as a node-style package (`dep.pgkMeta.moduleType == 'node'`), it will be added to the require.js packages list. However, when running bower-requirejs is run again, the pac…
-
- Avoids confusion with JavaScript modules
- No reason to have both terms "module" and "component" in the docs, when they are really the same thing
> Everyone else uses "component" (React, Knockout, …
-
New to Ractive but already loving it, especially components! It seems though that proxy events are somewhat broken when it comes to nested components:
``` html
```
You can see this behavior …
-
I would like to build a custom component called ``, which would contain two panels inside it, menu and content, and which could contain arbitrary elements (defined when the menu is used). The side-men…