开发和分布html组件框架 OpenComponents

码农软件 · 软件分类 · 网页组件 · 2019-04-09 07:41:39

软件介绍

oc

OpenComponents是一款用于开发和部署强大,分布式html组件的框架。

的目标是拥有一个系统,这个系统允许大量合作(可能涉及在多个项目数百名工程师),并且拥有一个促进代码共享,减少依赖性,而且容易接近新特性和实验的工具

介绍

OpenComponents包含两个方面:

该框架包含三个部分:

  • The cli allows developers to create, develop, test, and publish components.

  • The library is where the components are stored after the publishing. When components depend on static resources (such as images, css files, etc.) these are stored, during packaging and publishing, in a publicly-exposed part of the library that serves as cdn.

  • The registry is a rest api that is used to consume, retrieve, and publish components. Since they are immutable, the registry is the entity that handles the traffic between the library and the consumers.

组件

该组件由以下目录组成


创建

创建一个包含组件的文件夹

npm install oc -g
oc init hello-world

编辑,调试,测试

使用组件文件夹作为库和观察文件开始本地测试注册表:

oc dev . 3030

观察组件消耗时的状态

oc preview http://localhost:3030/hello-world

一旦组件发生变化,你将能够刷新这个页面,看看它的外观。

发布到注册表

您需要一个连接到的在线注册表。具有相同名称和版本的组件将无法在注册表共存

# you have to do the registry config first, just onc
eoc registry add http://my-components-registry.mydomain.com
# then, ship it
oc publish hello-world/

现在应该可以登录 http://my-components-registry.mydomain.com/hello-world.

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

长尾理论2.0

长尾理论2.0

安德森 / 乔江涛、石晓燕 / 中信出版社 / 2009-5 / 42.00元

《长尾理论2.0》是克里斯·安德森对所有问题最明确的回答。在此书中,他详细阐释了长尾的精华所在,揭示了长尾现象是如何从工业资本主义原动力——规模经济与范围经济——的矛盾中产生出来的。长尾现象虽然是明显的互联网现象,但其商务逻辑本身,却是从工业经济中自然而然“长”出来的,网络只是把酝酿了几十年的供应链革命的诸多要素简单地结合在一起了。同时,长尾理论转化为行动,最有力、最可操作的就是营销长尾,通过口碑......一起来看看 《长尾理论2.0》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

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

正则表达式在线测试

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具