# node-egg **Repository Path**: hammer1010_admin/node-egg ## Basic Information - **Project Name**: node-egg - **Description**: 生成页面 PDF - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-30 - **Last Updated**: 2023-07-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: 截图, pdf, Nodejs, egg ## README # robot-server nodejs ## QuickStart see [egg docs][egg] for more detail. ### Development ```bash $ npm i $ npm run dev $ open http://localhost:7001/ ``` ### Deploy ```bash $ npm start $ npm stop ``` ### npm scripts - Use `npm run lint` to check code style. - Use `npm test` to run unit test. - Use `npm run autod` to auto detect dependencies upgrade, see [autod](https://www.npmjs.com/package/autod) for more detail. [egg]: https://eggjs.org ## 1.启动项目后 例子: ```js ip: http://192.168.3.12:7400/ (浏览器访问) ``` ## 2.通过postman测试 接口 ```js ip + 接口路径:http://192.168.3.12:7400/canvas/getImage post请求 + 参数 { "url": "https://www.baidu.com" } ```