@nx-js/core

A Web Components based NX core.

Usage no npm install needed!

<script type="module">
  import nxJsCore from 'https://cdn.skypack.dev/@nx-js/core';
</script>

README

The core

The core is a Web Components based core for the NX framework. You can learn more in the Docs.

Installation

npm install @nx-js/core

Usage

const component = require('@nx-js/core')

component()
  .register('my-comp')
<my-comp></my-comp>