An open API service indexing awesome lists of open source software.

https://github.com/nx-js/core

A Web Components based NX core.
https://github.com/nx-js/core

Last synced: about 1 month ago
JSON representation

A Web Components based NX core.

Awesome Lists containing this project

README

        

# The core

The `core` is a [Web Components](https://developers.google.com/web/fundamentals/getting-started/primers/customelements) based core for the NX framework. You can learn more in [the Docs](http://nx-framework.com/docs).

## Installation

`npm install @nx-js/core`

## Usage

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

component()
.register('my-comp')
```

```html

```