All Projects → kuckboy1994 → mpvue_canvas_drawer

kuckboy1994 / mpvue_canvas_drawer

Licence: other
[mpvue版本]微信小程序上canvas绘制图片助手,一个json就制作分享朋友圈图片

Programming Languages

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

Projects that are alternatives of or similar to mpvue canvas drawer

Taro scaffold
基于 Taro / dva / redux-saga / react 的微信小程序脚手架,同时集成了 sprite 。
Stars: ✭ 24 (-44.19%)
Mutual labels:  weixin, wxapp
Tina
💃 一款轻巧的渐进式微信小程序框架
Stars: ✭ 1,153 (+2581.4%)
Mutual labels:  weixin, wxapp
Taro
开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/
Stars: ✭ 30,230 (+70202.33%)
Mutual labels:  weixin, wxapp
Wux Weapp
🐶 一套组件化、可复用、易扩展的微信小程序 UI 组件库
Stars: ✭ 4,706 (+10844.19%)
Mutual labels:  weixin, wxapp
Wxapp Webpack Plugin
📦 微信小程序 webpack 插件
Stars: ✭ 185 (+330.23%)
Mutual labels:  weixin, wxapp
Python Weixin
微信(weixin|wechat) Python SDK 支持开放平台和公众平台 支持微信小程序云开发
Stars: ✭ 746 (+1634.88%)
Mutual labels:  weixin, wxapp
wx iciba
金山词霸(iciba)基于微信小程序wepy版本,可做wepy学习案例,
Stars: ✭ 29 (-32.56%)
Mutual labels:  weixin, wxapp
wxBase64
🏗️在小程序中使用 js-base64 库
Stars: ✭ 19 (-55.81%)
Mutual labels:  weixin, wxapp
Leshare Shop Weapp
基于微信小程序的电商平台,采用原生框架开发
Stars: ✭ 183 (+325.58%)
Mutual labels:  weixin, wxapp
Wx Miniprogram Boilerplate
基于Gulp微信小程序开发工作流,支持less样式编写,支持ESLint代码检查等功能
Stars: ✭ 122 (+183.72%)
Mutual labels:  weixin, wxapp
Szushudong
微信小程序 - 深大的树洞 2.0 - 基于 WePY
Stars: ✭ 270 (+527.91%)
Mutual labels:  weixin, wxapp
Didi
🚗 mpvue框架仿滴滴出行微信小程序
Stars: ✭ 222 (+416.28%)
Mutual labels:  weixin, mpvue
wxbizdatacrypt
微信小程序加密数据解密算法Go版
Stars: ✭ 132 (+206.98%)
Mutual labels:  weixin, wxapp
Weixin Java Miniapp Demo
基于Spring Boot 和 WxJava 实现的微信小程序Java后端Demo
Stars: ✭ 779 (+1711.63%)
Mutual labels:  weixin, wxapp
datepicker-plus
可选择公历,农历日期;可选择隐藏年份;组件化,引入文件可直接调用
Stars: ✭ 75 (+74.42%)
Mutual labels:  weixin, wxapp
Autocomplete Wx
一款atom插件,支持微信语法高亮和代码补全
Stars: ✭ 47 (+9.3%)
Mutual labels:  weixin, wxapp
Meedu Wxapp
📜meEdu微信小程序。(wxapp for meedu)
Stars: ✭ 199 (+362.79%)
Mutual labels:  wxapp, mpvue
jhw-wx-app
微信小程序(简单)-通用模板商城
Stars: ✭ 23 (-46.51%)
Mutual labels:  weixin, wxapp
Wechat Weapp Movie
🎬电影推荐 - 微信小程序
Stars: ✭ 1,355 (+3051.16%)
Mutual labels:  weixin, wxapp
Wxapp Redux Starter
微信小程序,集成redux,并且提供了方便快捷的开发环境;内置好奇心日报Demo...
Stars: ✭ 205 (+376.74%)
Mutual labels:  weixin, wxapp

mpvue_canvas_drawer

mp_canvas_drawer 组件移动到 mpvue 项目的 /static/ 目录下

在调用页面的 main.js 文件最后加入如下代码

export default {
  config: {
    // 这儿添加要用的小程序组件
    usingComponents: {
      'canvasdrawer': '../../../static/canvasdrawer/canvasdrawer'
    }
  }
}

就可以直接在 mpvue 中使用 mp_canvas_drawer

<img :src="shareImage" class="share-image" />
<canvasdrawer :painting="painting" class="canvasdrawer" @getImage="eventGetImage"/>

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

For detailed explanation on how things work, checkout the guide and docs for 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].