nx-js / core

A Web Components based NX core.

Home Page:http://www.nx-framework.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

A Web Components based NX core.

http://www.nx-framework.com/

License:MIT License


Languages

Language:JavaScript 100.0%