Skip to content

Tickoff is an online task management system based on the WeChat applet platform for users who have a need to manage their schedules and tasks, giving them a free experience to manage their own tasks.

Notifications You must be signed in to change notification settings

hengqu4/Tickoff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tickoff

前端

第三方框架

mpvue

http://mpvue.com/

第三方组件库

Vant Weapp

https://youzan.github.io/vant-weapp/#/intro

如何在mpvue里面使用Vant:https://github.com/Rychou/mpvue-vant

Wux Weapp

https://wux-weapp.github.io/wux-weapp-docs/#/introduce

iView+mpvue

https://iview-mpvue.gitbook.io/iview-mpvue/bu-ju/layout-zha-ge-bu-ju

wx_calendar

一个日历第三方组件库

https://github.com/treadpit/wx_calendar

{
  "usingComponents": {
      //两个版本
      "xl-calendar1":"../../../static/xl_calendar/v1",
      "xl-calendar2":"../../../static/xl_calendar/v2"
  }
}

mpvue框架|举例:在home页面里面使用第三方组件库“wux-form”:

  1. 下载Wux Weapp组件库,将相应的文件夹复制到static文件夹下
  • home/index.vue
  • home/main.js
  1. 在home文件夹下新建
  • home/main.json
  1. home/main.json内引入第三方组件
{
"usingComponents": {
    "wux-form": "../../../static/wux/form"
  }
}

About

Tickoff is an online task management system based on the WeChat applet platform for users who have a need to manage their schedules and tasks, giving them a free experience to manage their own tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published