Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 332 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 332 Bytes

hook demos

项目依赖安装

执行命令:npm install
执行命令:npm install -g json-server

运行项目

执行命令:npm run comp
执行命令:json-server --watch db.json --port 3333
项目会运行在 http://localhost:3000,通过浏览器打开浏览。

End