zerocodejs 1.0.1-beta.0 → 1.0.1-beta.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 +7 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# ZeroCode.js
|
|
2
2
|
|
|
3
|
+
[](https://atsumi-code.github.io/zerocodejs/)
|
|
4
|
+
**🌐 GitHub Pages:** https://atsumi-code.github.io/zerocodejs/
|
|
5
|
+
|
|
3
6
|
フレームワーク非依存のWeb ComponentsベースのCMSエディターライブラリ
|
|
4
7
|
|
|
5
8
|
> **Status: Beta**
|
|
@@ -7,12 +10,13 @@
|
|
|
7
10
|
> ZeroCode.js は現在ベータ版です。仕様・API・データ形式は予告なく変更される可能性があります(破壊的変更を含む)。
|
|
8
11
|
> 不具合報告・改善提案・ユースケース共有・ドキュメントのズレの指摘を歓迎します。
|
|
9
12
|
>
|
|
10
|
-
> - **
|
|
11
|
-
> - **
|
|
13
|
+
> - **GitHub**: https://github.com/atsumi-code/zerocodejs
|
|
14
|
+
> - **Issue**: [https://github.com/atsumi-code/zerocodejs/issues](https://github.com/atsumi-code/zerocodejs/issues)
|
|
15
|
+
> - **Discussion**: [https://github.com/atsumi-code/zerocodejs/discussions](https://github.com/atsumi-code/zerocodejs/discussions)(運用していない場合は Issue でOK)
|
|
12
16
|
> - **Contributing**: [./CONTRIBUTING.md](./CONTRIBUTING.md)
|
|
13
17
|
|
|
14
18
|
> ⭐ **スターをお願いします**
|
|
15
|
-
> このプロジェクトに共感していただけたら、[GitHub でスター](https://github.com/atsumi-code/
|
|
19
|
+
> このプロジェクトに共感していただけたら、[GitHub でスター](https://github.com/atsumi-code/zerocodejs)をいただけると励みになります。
|
|
16
20
|
|
|
17
21
|
## 特徴
|
|
18
22
|
|