npm.io
1.1.0 • Published 9 years ago

@nx-js/core

Licence
MIT
Version
1.1.0
Deps
0
Vulns
0
Weekly
0
Stars
2

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>