ziko 0.36.0 → 0.36.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{README.md → README.dep.md} +1 -1
- package/package.json +2 -2
- package/readme.md +51 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<img src="docs/assets/logo-200.svg" width="100" align="right" alt="zikojs logo">
|
|
2
2
|
|
|
3
|
-
*💡 **Zikojs** a versatile JavaScript library offering a rich set of UI components, advanced mathematical utilities,
|
|
3
|
+
*💡 **Zikojs** a versatile JavaScript library offering a rich set of UI components, advanced mathematical utilities, interactivity ,animations, client side routing and graphics capabilities*
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
```bash
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ziko",
|
|
3
|
-
"version": "0.36.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.36.1",
|
|
4
|
+
"description": "A versatile JavaScript library offering a rich set of Hyperscript Based UI components, advanced mathematical utilities, interactivity ,animations, client side routing and more ...",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"front-end",
|
|
7
7
|
"framework",
|
package/readme.md
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# Zikojs
|
|
2
|
+
|
|
3
|
+
A versatile JavaScript library offering a rich set of Hyperscript Based UI components, advanced mathematical utilities, interactivity ,animations, client side routing and more ...
|
|
4
|
+
<div align="center">
|
|
5
|
+
|
|
6
|
+
[](https://github.com/zakarialaoui10/zikojs/blob/HEAD/LICENSE) [](https://www.npmjs.com/package/ziko) [](https://www.npmjs.com/package/ziko)
|
|
7
|
+
<!-- [](https://isitmaintained.com/project/zakarialaoui/ziko 'Average time to resolve an issue') -->
|
|
8
|
+
|
|
9
|
+
</div>
|
|
10
|
+
|
|
11
|
+
<!-- ## Philosophy -->
|
|
12
|
+
## Demos
|
|
13
|
+
- [ Windows entanglement using zikojs and ziko-gl ](https://www.linkedin.com/feed/update/urn:li:activity:7144023650394918913/)
|
|
14
|
+
|
|
15
|
+
## 🔥 Features
|
|
16
|
+
### 💎 Core
|
|
17
|
+
- ***🚫 Zero Dependency***
|
|
18
|
+
- ***🌳 Partial Tree Shaking***
|
|
19
|
+
- ***🔢 Rich Math Functions and Utilities***
|
|
20
|
+
- ***✨ Hyperscript-Based Declarative UI (No Template Engines needed)***
|
|
21
|
+
- ***📱 Single Page Application With File Based Routing***
|
|
22
|
+
- ***🤝 One Way Interleaving With [Vanjs]()***
|
|
23
|
+
- ***⏰ Time loop and animations support***
|
|
24
|
+
### 🚀 External :
|
|
25
|
+
- ***🧩 Extra UI Components :*** [Zextra]()
|
|
26
|
+
- ***🖥️ Server Side Rendering With File Based Routing and Client Side Hydration :*** [ziko-server]()
|
|
27
|
+
- ***📝 Mdx-Like Markdown Preprocessor :*** [Mdz]()
|
|
28
|
+
- ***🔌 Flexible Integration with Popular Frameworks/Libraries :*** [Ziko-wrapper]()
|
|
29
|
+
- 🔄 Bi-directional : `React`, `Preact`, `Solid`, `Svelte`, `Vue` , `Vanjs`
|
|
30
|
+
- ➡️ Uni-directional (ZikoJS → X) :
|
|
31
|
+
- `Astro` : (SSR + Client Hydration)
|
|
32
|
+
- ***📦 Growing Add-On Ecosystem :***
|
|
33
|
+
- Ziko-Gl : WebGL/3D Graphics, Built on Top of [Threejs]()
|
|
34
|
+
- Ziko-Chart
|
|
35
|
+
- Ziko-Code
|
|
36
|
+
- Ziko-Lottie
|
|
37
|
+
- ...
|
|
38
|
+
|
|
39
|
+
## Install :
|
|
40
|
+
```bash
|
|
41
|
+
npm i ziko
|
|
42
|
+
```
|
|
43
|
+
## Quick Start :
|
|
44
|
+
```bash
|
|
45
|
+
npx create-ziko-app [app-title]
|
|
46
|
+
```
|
|
47
|
+
## ⭐️ Show your support <a name="support"></a>
|
|
48
|
+
|
|
49
|
+
If you appreciate the library, kindly demonstrate your support by giving it a star!<br>
|
|
50
|
+
[](https://github.com/zakarialaoui10/ziko.js)
|
|
51
|
+
<!--## Financial support-->
|