All Projects → gaollard → vue-mall

gaollard / vue-mall

Licence: other
vue企业级商城练手项目并且提供接口唷

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to vue-mall

Vue2.x-mobileSystem
基于Vue2.0的移动端项目,项目没有使用vue-cli,全部手写,让小白更容易学习理解
Stars: ✭ 72 (+414.29%)
Mutual labels:  axios, vue-router, mint-ui
jooger.me
👍 My personal website,powered by @nuxt
Stars: ✭ 39 (+178.57%)
Mutual labels:  axios, vue-router, vue-demo
Vue Website
🍰 想用vue把我现在的个人网站重新写一下,新的风格,新的技术,什么都是新的!
Stars: ✭ 351 (+2407.14%)
Mutual labels:  axios, vue-router, vue-demo
Filmsys
一个使用Vue全家桶和后台Express框架结合Mysql数据库搭建起来的移动端电影售票和管理系统,实现了热映、即将上映、电影和影院全局搜索、评论、选座、购票、点赞、收藏、订单等一系列购票和管理流程功能
Stars: ✭ 217 (+1450%)
Mutual labels:  axios, vue-router
Vue Blog
🎉 基于vue全家桶 + element-ui 构建的一个后台管理集成解决方案
Stars: ✭ 208 (+1385.71%)
Mutual labels:  axios, vue-router
Venture Management
一个包含vuejs和nodejs技术的全栈项目
Stars: ✭ 208 (+1385.71%)
Mutual labels:  axios, vue-router
Vue Electron
vue-blog client,base on vue-electron,axios, vuex, vue-router.
Stars: ✭ 193 (+1278.57%)
Mutual labels:  axios, vue-router
Bga issue blog
Flutter 或 Vue 全家桶(Vue + VueRouter + Vuex + Axios)抓取 GitHub 上的 Issues,结合 GitHub Pages 搭建个人博客站点,支持 GitHub 登录和评论
Stars: ✭ 249 (+1678.57%)
Mutual labels:  axios, vue-router
Vue Axios Github
Vue 全家桶 + axios 前端实现登录拦截、登出、拦截器等功能
Stars: ✭ 2,622 (+18628.57%)
Mutual labels:  axios, vue-router
wwvue-cli
vue-cli升级版脚手架,应有尽有的开箱即用方法及配置,没有花里胡哨的晦涩难懂的操作,上手成本极低,现已新增simple(极简模式)、vue3和iview-template,是个很不错的垫脚石,来不及解释了赶紧上车😊😘
Stars: ✭ 15 (+7.14%)
Mutual labels:  axios, vue-router
React Cool Starter
😎 🐣 A starter boilerplate for a universal web app with the best development experience and a focus on performance and best practices.
Stars: ✭ 1,083 (+7635.71%)
Mutual labels:  postcss, axios
kugou
multiple implementations for kugou music
Stars: ✭ 25 (+78.57%)
Mutual labels:  axios, vue-router
Vue Admin Template
a vue2.0 minimal admin template
Stars: ✭ 15,411 (+109978.57%)
Mutual labels:  axios, vue-router
Vue Fallowfish
🐠vue全家桶仿闲鱼部分布局以及功能实现
Stars: ✭ 211 (+1407.14%)
Mutual labels:  axios, vue-router
Vue Mall Mobile
🔥 vue + koa + mongodb 搭建 mobile web 商城 (End。。。)
Stars: ✭ 201 (+1335.71%)
Mutual labels:  axios, vue-router
Vue Cnode
🔥Vue.js打造一个开源的CNode社区。CNode by Vue.js
Stars: ✭ 249 (+1678.57%)
Mutual labels:  axios, vue-router
electron-vue-boilerplate
Simple boilerplate for building Vue app with Electron and Webpack.
Stars: ✭ 53 (+278.57%)
Mutual labels:  postcss, vue-router
vue-mintUI-demo
采用vue2、Mint UI,做的移动端项目
Stars: ✭ 17 (+21.43%)
Mutual labels:  axios, mint-ui
nippo
本アプリケーションはYAPC::Hokkaido 2016の「Vue.jsによるWebアプリケーション開発」用に実装したサンプルアプリケーションです。
Stars: ✭ 17 (+21.43%)
Mutual labels:  axios, vue-router
Vuesocial
something like QQ、weibo、weChat(vue+express+socket.io仿微博、微信的聊天社交平台)
Stars: ✭ 189 (+1250%)
Mutual labels:  axios, vue-router

vue练习

vue 商城练习项目

vue + vue-router + vuex + axios + scss + mint-ui

常见问题

  1. 每个路单独设置标题
  2. 统一路由权限管理
  3. 视图切换效果
  4. 优雅的状态管理设计
  5. vuex 表单数据存储优化

关于性能优化

  1. 下拉加载更多时,图片的高度一定要固定

否则页面会频繁的触发回流(在多张图片的过程中)

  1. 减少首屏加载资源的大小

尽可能的使用异步组件

  1. 密集操作一定要使用节流或防抖

h5参考优选

  1. 小米商城
  2. 享换机
  3. 苏打优选
  4. 转转商城

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

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

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

交流

有疑问的可以加我 QQ 1056834607,我们一起学习进步。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].