zhangyinghao 1673abe0fc fix dist打包路径名称 | hai 1 ano | |
---|---|---|
build | hai 1 ano | |
config | hai 1 ano | |
src | hai 1 ano | |
static | hai 1 ano | |
.babelrc | hai 1 ano | |
.editorconfig | hai 1 ano | |
.eslintignore | hai 1 ano | |
.eslintrc.js | hai 1 ano | |
.gitignore | hai 1 ano | |
.postcssrc.js | hai 1 ano | |
.travis.yml | hai 1 ano | |
README-ZH.md | hai 1 ano | |
index.html | hai 1 ano | |
package.json | hai 1 ano |
这是一个基于VUE + VUEX + iView做的一个电商网站前端项目, 附带前后端分离实现版本(在forMallServer分支),欢迎fork或star
项目预览地址(demo): https://powerdos.github.io/Mall-Vue/index.html
master分支是单纯的前端项目,forMallServer分支为与后端接口结合的前端项目,附后端API项目地址:https://github.com/PowerDos/Mall-Server, 本项目仅供学习参考
master 分支为纯前端项目,所以登陆密码是写死的,体验账号:Gavin,密码: 123456
# 安装依赖
npm install
# 开发模式
npm run dev
# 打包
npm run build