Skip to content

hj624608494/vue-shopping-mall

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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