All Projects → qianzhaoy → Vant Mobile Mall

qianzhaoy / Vant Mobile Mall

Licence: mit
基于有赞 vant 组件库的移动商城

Projects that are alternatives of or similar to Vant Mobile Mall

scrollbounce
Add a subtle bounce effect on mobile when the user scrolls (WIP)
Stars: ✭ 17 (-97.34%)
Mutual labels:  mobile-web
quiz-app
🏆 QuizApp is a free and open-source quiz application that lets you play fully customized quizzes right in the browser.
Stars: ✭ 97 (-84.8%)
Mutual labels:  mobile-web
Pdfh5
web/h5/移动端PDF预览插件
Stars: ✭ 423 (-33.7%)
Mutual labels:  mobile-web
vue-slim-cropper
💇‍♀️ A simple and elegant mobile image crop upload component for Vue 2.x | 简洁易用的 vue 移动端图片裁剪上传组件
Stars: ✭ 34 (-94.67%)
Mutual labels:  mobile-web
drawing-board
canvas-drawing-board
Stars: ✭ 23 (-96.39%)
Mutual labels:  mobile-web
Qmlcore
QML to Javascript/HTML5 translator, both for mobile and desktop targets
Stars: ✭ 258 (-59.56%)
Mutual labels:  mobile-web
editor-ovo
A rich text editor for mobile web. Mixed editing of photos and Emoji 一个适用于移动web的富文本编辑器。照片加emoji的混合编辑
Stars: ✭ 29 (-95.45%)
Mutual labels:  mobile-web
Vkui
VKUI – это набор React-компонентов, с помощью которых можно создавать интерфейсы, внешне неотличимые от наших iOS и Android приложений.
Stars: ✭ 485 (-23.98%)
Mutual labels:  mobile-web
ember-add-to-homescreen
📲 "Add to Home Screen" prompt for mobile web Ember.js experiences
Stars: ✭ 23 (-96.39%)
Mutual labels:  mobile-web
Vux
Mobile UI Components based on Vue & WeUI
Stars: ✭ 17,573 (+2654.39%)
Mutual labels:  mobile-web
scruffy-server
Scruffy micro web server to have your own UML class/sequence diagram page like yUML and even more lean.
Stars: ✭ 44 (-93.1%)
Mutual labels:  mobile-web
fao
Party game based on Oink Games' tabletop game, "A Fake Artist Goes to New York." Draw with your phone or a mouse.
Stars: ✭ 70 (-89.03%)
Mutual labels:  mobile-web
Docker Android
Android in docker solution with noVNC supported and video recording
Stars: ✭ 4,042 (+533.54%)
Mutual labels:  mobile-web
vue-vant-template
A reliable mobile-web template built on Vue, Vue-CLI, Vuex, Vue-Router, Vant, Axios, Scss, Mock, Eslint and Viewport adaptation scheme. 基于 Vue 全家桶和 Vant 的 Web 移动端开发脚手架。
Stars: ✭ 15 (-97.65%)
Mutual labels:  mobile-web
Phonon
Phonon is a responsive front-end framework with a focus on simplicity and flexibility
Stars: ✭ 425 (-33.39%)
Mutual labels:  mobile-web
gestures
A library for normalized events and gesture for desktop and mobile.
Stars: ✭ 31 (-95.14%)
Mutual labels:  mobile-web
Pwa Fundamentals
👨‍🏫 Mike & Steve's Progressive Web Fundamentals Course
Stars: ✭ 256 (-59.87%)
Mutual labels:  mobile-web
Oho Reader
【停止维护】哦豁阅读器!API源自追书神器,免费使用!填坑完成!使用react
Stars: ✭ 571 (-10.5%)
Mutual labels:  mobile-web
Islider
如丝般高性能H5全屏滑动组件
Stars: ✭ 444 (-30.41%)
Mutual labels:  mobile-web
Yo
Lightweight, easy-to-use, configurable, and extensible mobile front-end development framework.
Stars: ✭ 319 (-50%)
Mutual labels:  mobile-web

移动商城

使用有赞移动端 Vue 组件库 — Vant

本项目可能使用的某些 API 过于老旧, 切勿盲目使用。请以 vant 官网文档为主。

预览Gif图(gif加载较慢,请稍后。。。)

gif gif gif

Vue相关库与插件

  • Vue + Vue-router + Vant + Sass
  • axios
  • vee-validate
  • fastclick
  • babel-polyfill
  • @xkeshi/vue-countdown

未使用Vuex, 因为各个页面有较高的独立性. 可以省下Vuex, 少部分组件通信使用 event bus 即可.

店铺信息: sessionStorage

用户信息及token: localStorage

mock数据

#先全局安装 json-server, 如果已经装过可忽略这步
npm install -g json-server

npm run mock

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run serve

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build -- --report
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].