cedro 0.1.24 → 0.1.26
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 +8 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,17 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
<div align="center">
|
|
1
|
+
<p align="center">
|
|
3
2
|
<img src="https://raw.githubusercontent.com/hdrdevs/cedro/main/public/cedro-logo.svg" alt="Cedro" width="170">
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
<
|
|
3
|
+
</p>
|
|
4
|
+
|
|
5
|
+
<h1 align="center">cedro</h1>
|
|
6
|
+
|
|
7
|
+
Javascript library to build user interfece based on widgets.
|
|
7
8
|
|
|
8
9
|
## Getting Started
|
|
9
10
|
|
|
10
11
|
Install Vite project template from command line
|
|
11
12
|
|
|
12
13
|
```sh
|
|
13
|
-
|
|
14
|
+
npm install -g degit
|
|
14
15
|
npx degit hdrdevs/vite-cedro#main my-app-name
|
|
16
|
+
cd my-app-name
|
|
15
17
|
npm install
|
|
16
18
|
npm run dev
|
|
17
19
|
```
|