项目地址https://github.com/Inkwall233/stu_manage_front
安装nodejs
安装依赖
npm install
启动项目
npm run serve
更改了可以无后端和MySQL直接预览项目,实际上是把登录和获取用户信息网络请求关了
当后端和MySQL搭建好,在src/store/index.js,把getLogin和getInfo函数注释的打开
项目地址https://github.com/Inkwall233/stu_manage_back
安装依赖
npm install
启动项目
node index.js
数据存放在stu_backend文件夹下面sql语句,运行sql文件即可