Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 404 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 404 Bytes

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>