You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
398 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!--
* @Description:
* @Author:
* @Date: 2024-03-04 15:31:03
-->
# 启动项目
``` bash
# 切换镜像
npm config set registry https://registry.npm.taobao.org
# 安装依赖
npm install
# 启动项目
npm run dev
# 项目概述
项目是基于SpringBoot+Vue前后端分离的仓库管理系统
后端SpringBoot + MybatisPlus
前端Node.js + Vue + element-ui
数据库mysql