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.
- Host: GitHub
- URL: https://github.com/nx-js/core
- Owner: nx-js
- License: mit
- Created: 2016-12-31T10:53:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T21:07:43.000Z (over 8 years ago)
- Last Synced: 2025-05-13T00:14:19.290Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://www.nx-framework.com/
- Size: 20.5 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```