# uni-app uView组件代码框架库

> 作者：胡小根

> 邮箱：hxg@haomo-studio.com

## 安装和使用

```bash
npm install -g tbify
tyn
./fix.sh
npm run dev:h5          # 运行h5
npm run dev:mp-weixin   # 运行小程序
```

## 参考

* [Vue3简单整合uView@1.8.4解决方案](https://blog.csdn.net/weixin_43272781/article/details/116867437)