Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 326 Bytes

File metadata and controls

31 lines (24 loc) · 326 Bytes

debugNatur

to debug natur for study

步骤

1. 安装依赖

 pnpm i

2. 打包natur

 cd packages/natur
 npm run build

3. 打包natur-immer

 cd packages/natur-immer
 npm run build

4. 启动demo

 cd packages/demo/ 
 npm run start

5.调试

按 f5