# jqueryMall **Repository Path**: sbackerman/jquery-mall ## Basic Information - **Project Name**: jqueryMall - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-01 - **Last Updated**: 2021-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jquery mall ## init ```shell git init git remote add origin https://gitee.com/sbackerman/jquery-mall.git ``` ![image-20210301093533591](F:\liuayong\Markdown\Typora\README\image-20210301093533591.png) ![image-20210301125035727](F:\liuayong\Markdown\Typora\README\image-20210301125035727.png) http://localhost:8080/webpack-dev-server/ ## 运行 ```bash # 接口文档 # 开发阶段 npm run dev_win ########### 访问页面 ############# # 注册 http://localhost:8089/dist/view/user-register.html # 个人中心 http://localhost:8089/dist/view/user-center.html?keyword=sadfsdf ``` ## 文档 http://learning.happymmall.com https://gitee.com/imooccode/happymmallwiki/wikis/Home?sort_id=9909 http://davidhsiang.cn/assets/mdrepository/慕课网SSM电商网站HappyMmall开发笔记(一)/ http://learning.happymmall.com https://gitee.com/happymmall2017 https://zhuanlan.zhihu.com/p/34169322 https://github.com/sunweiguo/MMall http://happymmall.com/ https://coding.imooc.com/class/chapter/109.html https://www.imooc.com/learn/9 http://www.imooc.com/article/26428 \# 线上地址 http://happymmall.com/index.html smister 123abc123 [Java从零到企业级电商项目实战_服务端](http://coding.imooc.com/class/96.html) 作者:Geely 链接:https://www.imooc.com/article/19088 https://blog.csdn.net/qq_20492405/article/details/104164642 ## 注意点 - 跨域处理 ```bash # https://www.javatt.com/p/32619 # 跨域请求cookie默认是不能发送的, 所以前后端分离的项目不能保存登录状态 /myMall/src/ajax/01.html # 前台ajax 设置 xhrFields: { withCredentials: true }, # 后台配置 response.setHeader("Access-Control-Allow-Credentials", "true"); ``` ## 参考资料 > https://www.bilibili.com/read/cv10172111/ > https://www.iteye.com/topic/1149811 百度云下载 > http://learning.happymmall.com/ > > https://www.imooc.com/article/19088 > > https://gitee.com/happymall/happymmall.git > > http://davidhsiang.cn/assets/mdrepository/慕课网SSM电商网站HappyMmall开发笔记(一)/ > > springMVC 入门 http://www.imooc.com/learn/558 手把手从0打造电商网页开发 https://www.imooc.com/learn/1236 ![image-20210319161831667](F:\liuayong\Markdown\Typora\README\image-20210319161831667.png) ![image-20210319175147155](F:\liuayong\Markdown\Typora\README\image-20210319175147155.png)