https://github.com/wangdahoo/virtual-dom
yet anthor virtual-dom.
https://github.com/wangdahoo/virtual-dom
Last synced: 11 months ago
JSON representation
yet anthor virtual-dom.
- Host: GitHub
- URL: https://github.com/wangdahoo/virtual-dom
- Owner: wangdahoo
- Created: 2019-05-03T13:29:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-15T15:25:17.000Z (about 7 years ago)
- Last Synced: 2025-06-19T14:50:59.480Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 255 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Virtual DOM 
> yet anthor virtual-dom.
### Development
```bash
# 安装依赖
PUPPETEER_DOWNLOAD_HOST=https://storage.googleapis.com.cnpmjs.org yarn
# 开发
yarn dev
# 测试
yarn test
```