Skip to content

zhanup/vivo-mall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue全家桶 vue+vuex+vue-router + axios + vant

写在前面

项目的灵感来源于github上的一个开源项目:vivo-shop。项目的样式、界面基本与原项目一致,有些许地方稍有改变。

本次开发的目的重要是学习,不断完善、提升自己的能力。

技术栈

vue 是一套用于构建用户界面的渐进式框架

vue-router Router 是官方的路由管理器,让构建单页面应用变得易如反掌。

vuex 是一个专为 Vue.js 应用程序开发的状态管理模式

axios 是一个基于 promise 的 HTTP 库,可以用在浏览器和 node.js 中。

vant有赞前端团队开源的移动端组件库

项目运行

# 安装项目依赖
npm install 

# 启动服务 访问http://localhost:8080
npm run serve

# 编译打包
npm run build

About

基于vue和vant的移动端商城

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published