Skip to content

Client side rendering

Matteo Figus edited this page Jul 5, 2016 · 5 revisions

To make this happen, your components registry has to be publicly available. This is all you need:

<html>
  <head></head>
  <body>
    <oc-component href="http://my-components-registry.mydomain.com/hello-world/1.X.X"></oc-component>
    <script src="http://my-components-registry.mydomain.com/oc-client/client.js" />
  </body>
</html>

For more information about client-side operations, look at this page.

Clone this wiki locally