1 Star 20 Fork 8

呦呀 / 登录注册demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

login_demo

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.

运行前须知

  • 项目中使用到的数据库和数据表需自行在本地创建,并修改./server/db/index.js中的对应信息
  • 没有数据库的,需要创建一个test数据库,在数据库中创建一个user表用户存储用户登录信息,包含name和password两个属性
  • 如已有数据库,记得修改./server/db/index.js中的对应信息,以及./server/API/login.js中的sql语句
  • 最后,运行项目前,记得先运行服务器(终端:...项目地址/server>node app.js),否则接口会访问不了,server文件夹下关于服务器的内容有修改的,保存后要重启服务器

项目运行有问题

可参考https://blog.csdn.net/weixin_52580677/article/details/123369240 有问题博客文章留言

MIT License Copyright (c) 2022 呦呀 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

vue项目,登录注册案例 想看项目运行效果或详细介绍的,可见博客,地址如下https://blog.csdn.net/weixin_52580677/article/details/123369240 展开 收起
JavaScript 等 4 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
JavaScript
1
https://gitee.com/xie-xiaochun/login-registration-demo.git
git@gitee.com:xie-xiaochun/login-registration-demo.git
xie-xiaochun
login-registration-demo
登录注册demo
master

搜索帮助