Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
xueliangGit committed Jun 14, 2019
1 parent f8c56bb commit 3b79cc9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
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

0 comments on commit 3b79cc9

Please sign in to comment.