# 项目说明 该项目使用开源项目进行二开,仓库地址:https://github.com/lilishop?tab=repositories # UI库 该项目使用的iview,https://v4.iviewui.com/components/button # 项目结构 ![image-20250509153725687](https://xiangpeitop.oss-cn-chengdu.aliyuncs.com/blogimgs/image-20250509153725687.png) 项目是一个主目录,buyer、im、manage、seller都是一个独立运行的项目。 # 环境要求 node版本为14(请使用nvm进行node版本管理) # 依赖下载 如果用的idea, ![image-20250509154133415](https://xiangpeitop.oss-cn-chengdu.aliyuncs.com/blogimgs/image-20250509154133415.png) 如果用的vscode:CTRL + ~ 键可调出命令行 在命令行中,通过 cd 命令分别进入到buyer、im、manage、seller目录 ``` # 不用输完整,按下tab键自动补全,回车进入 cd buy ``` 然后执行npm install # 运行 要运行谁就cd到对应目录下:buyer、im、manage、seller ``` npm run dev ``` # 打包 ``` npm run build ```