-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f8c56bb
commit 3b79cc9
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Yam-cli | ||
|
||
Yam 一个webComponent的渲染函数组件;兼容非webComponent渲染 | ||
|
||
YamJS 是一个针对html的开发的一个组件基类,让你开发一个组件,可以运行在原生HTML/vue/react等环境。 | ||
|
||
## 使用 | ||
|
||
```bash | ||
// 安装依赖 | ||
npm i | ||
//开始开发 | ||
yarn dev | ||
// 打包程序 | ||
yarn build |