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.
|
|
6 months ago | |
|---|---|---|
| .. | ||
| node_modules | 6 months ago | |
| public | 6 months ago | |
| src | 6 months ago | |
| .eslintrc.js | 6 months ago | |
| .npmrc | 6 months ago | |
| README.md | 6 months ago | |
| babel.config.js | 6 months ago | |
| package-lock.json | 6 months ago | |
| package.json | 6 months ago | |
| vue.config.js | 6 months ago | |
README.md
启动项目
# 切换镜像
npm config set registry https://registry.npm.taobao.org
# 安装依赖
npm install
# 启动项目
npm run dev
# 项目概述
项目是基于SpringBoot+Vue前后端分离的仓库管理系统
后端:SpringBoot + MybatisPlus
前端:Node.js + Vue + element-ui
数据库:mysql