Skip to content

hj624608494/vue-shopping-mall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0b7fb8e · Apr 22, 2017

History

5 Commits
Apr 22, 2017
Apr 22, 2017
Apr 22, 2017
Apr 22, 2017
Apr 22, 2017
Apr 22, 2017
Apr 22, 2017
Apr 22, 2017
Apr 22, 2017
Apr 22, 2017
Apr 22, 2017
Apr 22, 2017
Apr 22, 2017
Apr 22, 2017

Repository files navigation

vue-shopping-mall

基于Vue.js 2.x系列 + vue2-router + axios + iview 商城

安装步骤

git clone https://github.com/hj624608494/vue-shopping-mall.git // 把代码下载到本地
cd vue-shopping-mall
npm install // 安装项目依赖,等待安装完成之后 (cnpm install)

本地开发

// 开启服务器,浏览器访问 http://localhost:8080
npm run dev

构建生产

// 执行构建命令,生成的dist文件夹放在服务器下即可访问
npm run build