1.0.2 • Published 3 years ago

zfzn-ui v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

zfzn-ui

介绍

前端私有组件库

软件架构

基于 React 的前端组件库,整体搭建参考文章:https://segmentfault.com/a/1190000022650381?utm_source=tag-newest

安装教程

  1. xxxx
  2. xxxx
  3. xxxx

使用说明

  1. xxxx
  2. xxxx
  3. xxxx

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

常见错误

  1. error TS7016: Could not find a declaration file for module 'vfile-message'. 解决方案:1.在node_modules/vfile-message文件夹中新建index.d.ts文件。2.在github中搜索vfile-message,找到types文件夹中的index.d.ts文件,全文复制粘贴到步骤1中新建的文件中即可。