Skip to content

wu568431592/360Mall_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

360 mall demo

360 mall demo

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

服务器设置

项目文件中的dist 文件夹 设置为服务器 可以安装 xampp qampp 等Apache 服务器,并将服务器地址设置为本项目的dist文件夹下。 修改 Apache 服务器配置 文件 httpd.conf 在文件尾部添加以下代码

  <Directory />
  #对所有域名开放
  Header set Access-Control-Allow-Origin *

  </Directory>

使得 apache服务器 支持跨域请求。

设置服务器IP

将项目文件中 src/store/index.js 中 state的 serverIP 修改为本机IP地址即可。

##账号注册 目前账号注册只支持手机号。手机短信注册功能未进行实现!

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published