# midway-learn **Repository Path**: Jaynb/midway-learn ## Basic Information - **Project Name**: midway-learn - **Description**: midway框架以及组件的应用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-01 - **Last Updated**: 2022-08-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # my-midway-project ## 快速入门 如需进一步了解,参见 [midway 文档][midway]。 ### 本地开发 ```bash $ npm i $ npm run dev $ open http://localhost:7001/ ``` ### 部署 ```bash $ npm start $ npm stop ``` ### 内置指令 - 使用 `npm run lint` 来做代码风格检查。 - 使用 `npm test` 来执行单元测试。 [midway]: https://midwayjs.org