# shopAdmin **Repository Path**: liuyudage/shop-admin ## Basic Information - **Project Name**: shopAdmin - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-22 - **Last Updated**: 2024-01-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # shopAdmin - 1、克隆代码`git clone https://gitee.com/liuyudage/shop-admin.git` - 2、创建数据 - 3、导入sql - 4、修改 config/config.default.js中的mysql配置 - 5、下载依赖 `npm install` - 6、启动项目 `npm run dev` ## 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. [egg]: https://eggjs.org