plantain-00 / schema-based-json-editor

A reactjs and vuejs component of schema based json editor.
MIT License
168 stars 38 forks source link

how to contribute #29

Open jdz321 opened 4 years ago

jdz321 commented 4 years ago

可否写个contribute guide,我尝试自己跑这个项目时遇到了困难

  1. 需要在根目录和每个package下面npm i
  2. 需要npm link packages/core

尝试上述操作后npm run dev或者npm run watch后仍然无法打开测试demo,看起来是packages/core下面的文件缺失

plantain-00 commented 4 years ago

contribute guide 这周末加一下。 简单说步骤为:

  1. yarn,因为用了 yarn workspace
  2. yarn build
  3. cd packages/react && http-server -p 9000 或其它静态文件服务器