# vue_element_user_demo **Repository Path**: indexman/vue_element_user_demo ## Basic Information - **Project Name**: vue_element_user_demo - **Description**: 主要用于演示如何使用springboot+vue+elementUI技术栈开发最基本的增删改查项目。仅供学习交流使用。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-10-25 - **Last Updated**: 2022-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 启动前端工程 1.安装依赖 ```shell npm install ``` 2.启动工程 ```shell npm run serve ``` 3.访问项目 localhost:8080 用户名:admin 密码:123456 # 启动API接口 0.idea打开工程。 1.创建数据库test,编码:UTF-8,执行【api接口】文件夹下的test.sql。 2.修改application.yml中数据库密码 3.启动项目,默认端口9001,注意: > 如果修改的话也要同步修改前端工程中的main.js中API地址!!! # 打赏作者 ![输入图片说明](https://images.gitee.com/uploads/images/2021/1025/234349_3120dfb0_1505145.png "payme.png")