All Projects → ezhuo → vux-weixin

ezhuo / vux-weixin

Licence: other
基于vue,vux,运行在微信上,增加了 http拦截器, auth权限 , jwt认证 , storage ,目录结构灵感来源于ngx-admin

Programming Languages

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

Projects that are alternatives of or similar to vux-weixin

yowsup
The python WhatsApp library
Stars: ✭ 56 (+300%)
Mutual labels:  whatsapp
mpvue canvas drawer
[mpvue版本]微信小程序上canvas绘制图片助手,一个json就制作分享朋友圈图片
Stars: ✭ 43 (+207.14%)
Mutual labels:  weixin
whatsapp-PWA
Progressive Web app of Whatsapp web
Stars: ✭ 16 (+14.29%)
Mutual labels:  whatsapp
ionic3-whatsappclone
This is a template for WhatsApp for user with ionic framework. It's just a template with no backend for now. See Roadmap in Readme below
Stars: ✭ 24 (+71.43%)
Mutual labels:  whatsapp
whatsapp-http-api
WhatsApp HTTP API that you can configure in a click!
Stars: ✭ 229 (+1535.71%)
Mutual labels:  whatsapp
odoo config
odoo 尝试性小模块
Stars: ✭ 24 (+71.43%)
Mutual labels:  vux
SMmuiscPlay
🎼极简模式JavaScript音乐播放器组件,极简、小巧、无依赖、可定制,适用于手机页面,H5活动页,微信页面等的音乐播放支持
Stars: ✭ 40 (+185.71%)
Mutual labels:  weixin
Whatsapp-Direct-Messaging-API
An API that opens Whatsapp application directly start a conversation based on given mobile number
Stars: ✭ 66 (+371.43%)
Mutual labels:  whatsapp
pistoBot
Create an AI that chats like you
Stars: ✭ 121 (+764.29%)
Mutual labels:  whatsapp
robot
微信机器人
Stars: ✭ 24 (+71.43%)
Mutual labels:  weixin
TigerVirus
Best Virus Applications and VIRUS message Making Tool
Stars: ✭ 181 (+1192.86%)
Mutual labels:  whatsapp
go-wechat
💥weixin、wechat、微信公众平台、企业微信 golang/go sdk
Stars: ✭ 18 (+28.57%)
Mutual labels:  weixin
wxpusher-sdk-python
微信消息实时推送服务[WxPusher]的Python版本sdk,可以通过API实时给个人微信推送消息。wechat pusher.
Stars: ✭ 156 (+1014.29%)
Mutual labels:  weixin
vue-socials
💬 Social media share buttons and counts for Vue.js
Stars: ✭ 32 (+128.57%)
Mutual labels:  whatsapp
whatsapp-bot
Piyobot adalah whatsapp bot pintar
Stars: ✭ 124 (+785.71%)
Mutual labels:  whatsapp
wx-domain-test
微信域名防封系统 实时检测 自动切换域名 消息提醒
Stars: ✭ 71 (+407.14%)
Mutual labels:  weixin
jeewx-boot
JAVA版免费开源的微信管家平台。支持微信公众号、小程序、第三方平台等。平台已经实现了公众号基础管理、群发、系统权限、抽奖活动、小程序官网等功能,便于二次开发,可以快速搭建微信应用!
Stars: ✭ 992 (+6985.71%)
Mutual labels:  weixin
whatsapp-clone-react
Build a WhatsApp Clone with React JS and FireBase.
Stars: ✭ 38 (+171.43%)
Mutual labels:  whatsapp
wechat-page-sharing
Wordpress微信分享插件:你可以控制Wordpress页面的微信分享内容,包括Url、标题、图片和内容。
Stars: ✭ 21 (+50%)
Mutual labels:  weixin
inos-baileys-wabot
WhatsApp Bot Using Baileys Library
Stars: ✭ 35 (+150%)
Mutual labels:  whatsapp

vux-weixin

如果帮到您,请留下您的star再走,谢谢!

* 该项目基于vux,可用于微信APP的基础版本,欢迎使用!
* last time :2018-10-29

主要功能

* 添加了 HTTP 拦截器
* 添加了 helpers 公共方法
* 添加了 Auth 、用户登录及 jwt 权限认证
* 将一些公共服务抽离成 plugins,包含:auth.service, dialog.service,notice.service,storage.service , token.service , user.service

目录说明

* src\app\@core 路由、状态、公共函数及服务目录
* src\app\layout 公共布局目录
* src\app\layout\passport 权限登录目录
* src\app\pages 业务组件目录
* src\assets 资源目录
* src\styles 样式目录

安装

# install dependencies
npm install --no-optional

# install vux
npm i --save vux vuex vuex-router-sync axios blueimp-md5 jwt-decode
npm i --save-dev less-loader yaml-loader vux-loader eslint-plugin-html
yarn add vux vuex vuex-router-sync axios blueimp-md5 jwt-decode
yarn add --dev less less-loader yaml-loader vux-loader eslint-plugin-html

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

# build for production with minification
npm run build
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].