@variousjs/various 0.0.2 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,22 +1,7 @@
1
- # Various
1
+ # VariousJS
2
2
 
3
3
  RequireJS(AMD) + React
4
4
 
5
- https://variousjs.github.io/various/
5
+ ## Documentation
6
6
 
7
-
8
- ### error type
9
-
10
- | Type | Description | Reloadable
11
- | --- | ----------- | ---
12
- | LOADING_ERROR | Component loading error | yes |
13
- | DEPENDENCIES_LOADING_ERROR | Component Dependencies loading error | yes |
14
- | NOT_DEFINED | Component not defined in configuration | no |
15
- | INVALID_COMPONENT | Invalid component | no |
16
- | SCRIPT_ERROR | Component script error | yes |
17
- | ROUTER_ERROR | React-Router catch error | no |
18
- | CONTAINER_ERROR | Global container error | no |
19
-
20
- ### 注意
21
-
22
- requirejs 问题:不能同一个组件(同一个 url)多个名字定义,会造成加载超时
7
+ https://various.js.org