Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/generalsimus/kix
https://github.com/generalsimus/kix
angular dom framework gui javascript javascript-applications javascript-framework javascript-library javascript-tools jsx tsx typescript ui web website websites
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/generalsimus/kix
- Owner: Generalsimus
- License: mit
- Created: 2021-01-21T09:11:57.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-28T19:22:22.000Z (10 months ago)
- Last Synced: 2024-11-07T23:56:07.234Z (about 23 hours ago)
- Topics: angular, dom, framework, gui, javascript, javascript-applications, javascript-framework, javascript-library, javascript-tools, jsx, tsx, typescript, ui, web, website, websites
- Language: TypeScript
- Homepage: https://kixjs.ml
- Size: 18.1 MB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [KIX](https://kixjs.ml/)
### [Doc](https://kixjs.ml/docs/)
[![Standard JS][standard-js-src]][standard-js-href]
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
```bash
npm i -g kix
```
```bash
kix new app-name
```
```bash
cd app-name
```
```bash
kix start
```
AND
```bash
kix build
```## [Getting Started](https://kixjs.ml/docs/)
```js
import kix from "kix"
import "./style.scss"var HTML =
KIX :)
kix(document.body, HTML);
```## License
MIT
[standard-js-src]: https://img.shields.io/badge/license-MIT-brightgreen?&style=flat-square
[standard-js-href]: https://github.com/Generalsimus/KIX/blob/master/LICENSE[npm-version-src]: https://img.shields.io/npm/v/kix?&style=flat-square
[npm-version-href]: https://www.npmjs.com/package/kix[npm-downloads-src]: https://img.shields.io/npm/dt/kix?&style=flat-square
[npm-downloads-href]: https://www.npmjs.com/package/kix[bundle-phobia-src]: https://img.shields.io/bundlephobia/min/kix?&style=flat-square&color=red
[bundle-phobia-href]: https://packagephobia.com/result?p=kix
[discord-server-src]: https://img.shields.io/discord/997869290336288809?color=%235865f2&label=discord&style=flat-square
[discord-server-href]: https://discord.gg/JHDPzyF4fX