问题标签 [open-components]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
277 浏览

javascript - 我用 OpenComponents 创建的小部件不使用是 javascript 逻辑客户端

我尝试使用 react 和 OpenComponents 创建一个小部件,当我尝试使用我的小部件客户端时,反应部分正确加载,但 javascript 逻辑不起作用。

我查看控制台,没有错误消息。在使用react之前,我尝试使用车把,但我遇到了问题。我也尝试在服务器端使用它,它工作得很好。

这是我的 index.html

我的组件

我的 package.json

和我的 server.js

谢谢

0 投票
1 回答
87 浏览

anti-patterns - 用于渲染整个页面的 OpenComponents

由于 OpenComponents 旨在在网页内呈现小型可重用组件(具有良好定义的界面),因此使用 OpenComponent 来呈现包括嵌套 OpenComponents 在内的整个页面内容是一个合理的用例,还是会被视为反模式?

0 投票
1 回答
101 浏览

javascript - OpenComponents 为自定义编译器返回 TEMPLATE_NOT_SUPPORTED_ERROR

我正在尝试使用自定义编译器(基于oc-template-react )设置OpenComponents

我的组件的 package.json:

oc-my-template-compiler已安装。打包工作正常,但我从注册表中收到以下错误:

GET http://localhost:3030/hi-there/1.0.0/?__oc_Retry=0

我想我应该用oc.registerTemplate注册模板,但我不确定我应该在哪里做。开发注册表不应该关心它吗?

0 投票
0 回答
28 浏览

tailwind-css - Using tailwindcss with Opencomponents

I followed the wiki page of Opencomponents and created 3 component using oc cli oc init component1 oc-template-react. I couldn't find a way to install and share tailwindcss library. How can I install and share tailwind between my components? I want to use all benefits of tailwind like purge and theme customization.