All Projects → OneFlying → Wechatdc

OneFlying / Wechatdc

微信点餐SPA,基于Vue2.0,vuex开发,mock支持,跨端debug支持 项目预览地址:https://oneflying.github.io/wechatdc/

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Wechatdc

Wechat Spa
🎉 微信端单页面应用(SPA)常见问题汇总及解决方案
Stars: ✭ 337 (+1431.82%)
Mutual labels:  wechat, spa
Image Cropper
💯一款功能强大的微信小程序图片裁剪插件
Stars: ✭ 893 (+3959.09%)
Mutual labels:  wechat
Weixin Java Miniapp Demo
基于Spring Boot 和 WxJava 实现的微信小程序Java后端Demo
Stars: ✭ 779 (+3440.91%)
Mutual labels:  wechat
Prerender Spa Plugin
Prerenders static HTML in a single-page application.
Stars: ✭ 7,018 (+31800%)
Mutual labels:  spa
Online Markdown
A online markdown converter specially for Wechat Public formatting.
Stars: ✭ 812 (+3590.91%)
Mutual labels:  wechat
Spring Streaming
SPA on Spring Boot 1.x, WebSockets and React, gradle, nodejs, spring-boot, gradle multi project, spring-mvc, spring-data, gradle dependency update plugin, react-router
Stars: ✭ 6 (-72.73%)
Mutual labels:  spa
Juejin
💰 Unofficial JueJin wechat mini program application - 掘金非官方微信小程序
Stars: ✭ 771 (+3404.55%)
Mutual labels:  wechat
Wechat Jssdk Signature
微信JSSDK服务端生成签名认证,包含后端PHP与前端JS的实现,PHP后端有缓存access_token、jsapi_ticket。
Stars: ✭ 19 (-13.64%)
Mutual labels:  wechat
React Static Complete Website
A complete website built using React JS, With SEO, Code Splitting, Pre-rendering, gzip and more.
Stars: ✭ 16 (-27.27%)
Mutual labels:  spa
Python
Python脚本。模拟登录知乎, 爬虫,操作excel,微信公众号,远程开机
Stars: ✭ 7,355 (+33331.82%)
Mutual labels:  wechat
Wechat Alfred Workflow
wechat workflow for Alfred:微信快速发送消息 & 打开聊天窗口 & 查看聊天记录 & more…
Stars: ✭ 822 (+3636.36%)
Mutual labels:  wechat
Cleanmywechat
自动删除 PC 端微信缓存数据,包括从所有聊天中自动下载的大量文件、视频、图片等数据内容,解放你的空间。
Stars: ✭ 816 (+3609.09%)
Mutual labels:  wechat
Koa Weixin Jssdk
koa weixin jssdk middleware
Stars: ✭ 7 (-68.18%)
Mutual labels:  wechat
Lcactionsheet
一款简约而不失强大的 ActionSheet,微博、微信和 QQ 都采用了极其类似的样式,完全支持 Swift。
Stars: ✭ 809 (+3577.27%)
Mutual labels:  wechat
Minapp
重新定义微信小程序的开发
Stars: ✭ 902 (+4000%)
Mutual labels:  wechat
Wxbot
普通个人号 微信机器人/外挂
Stars: ✭ 778 (+3436.36%)
Mutual labels:  wechat
Smartim4intellij
IntelliJ IDEA上的SmartIM(原SmartQQ)插件,可以在IDEA中使用QQ或微信聊天
Stars: ✭ 822 (+3636.36%)
Mutual labels:  wechat
Masterwechatapp
『微信小程序』优秀教程、轮子、开源项目 资源汇总
Stars: ✭ 826 (+3654.55%)
Mutual labels:  wechat
Moui
🍕面向现代浏览器的 CSS 样式库
Stars: ✭ 21 (-4.55%)
Mutual labels:  wechat
Go jwt
golang for websocket wechat or weixin and jwt,http ratelimit
Stars: ✭ 19 (-13.64%)
Mutual labels:  wechat

WeChat-Meal

WeChat-Meal clone built with vue(2.x), vuex, vue-router

更新日志

  • 2017/10/08
    • 暂停版本更新(具体时间待定,对此造成的问题,敬请原谅)
  • 2017/10/02
    • 创建 2.0 版本

特性

  • App Shell支持
  • ES6
  • Promise支持
  • Mock支持
  • 过渡动画支持
  • 状态管理(vuex)
  • Sass预处理
  • vw layout(不再采用lib-flexible)
  • 跨端调试支持,采用vide(debuggap)

运行

** 安装国内采用cnpm源速度要快不少,具体使用方法自行搜索文档 **
# 安装依赖
cnpm install

# 开发模式运行,热重载localhost:8083,请在你喜欢的浏览器中输入
npm run dev

# 打包
npm run build

# 打包并分析
npm run build --report

# 运行测试单元
npm run unit

# 运行e2e测试
npm run e2e

# 运行所有测试
npm test

更详细的配置和运行指南, 请参考 【指南】( http://vuejs-templates.github.io/webpack/ ),【vue-loader文档】( http://vuejs.github.io/vue-loader )。

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].