Skip to content

Latest commit

 

History

History
79 lines (51 loc) · 1.82 KB

File metadata and controls

79 lines (51 loc) · 1.82 KB

Overview

WeChat Mini Program is more and more popular in China. This repo is a friendly and complete implementation of WeChat SDK Components. It's easy to learn and use.

How to use

  • Download and Install Wechat Mini Program SDK

  • Git Clone Code git clone https://github.com/mcgradycchen/MiniProgramTutorial.git

  • Create a MiniProgram Project with Cloned Code

Select the source code folder as the project folder.

Current Support Feature

  • View

    • View
    • Scroll View
    • Swiper
    • Movable View
    • Cover View
  • Basic

    • Icon Basic
    • Text Basic
    • Rich Text
    • Progress Basic
  • Form

    • Button Form
    • Checkbox Form
    • Form Form
    • Input Form
    • Label Form
    • Picker Form
    • Picker View Form
    • Radio Form
    • Slider Form
    • Switch Form
    • Textarea Form
  • Navigator

    • Navigator
  • Media

    • Audio

Contribution

Welcome anyone to make any contribution for this repo.

License

Copyright (c) 2018 McGrady Chen

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.