Write small program with VUE, rewrite WeUI with MPVue framework.

preface

I turned on my computer this morning, browsegithub as usual, and saw a nice framework, yes, MPvue. It is a small program development framework based on vue. js, which supports vue. js syntax and construction tool system from the bottom. What, small programs can be written in Vue now? I was a little unsure, took 5 minutes to read the introduction, and yes, you can really use VUE to develop applets. My imagination was really limited by **, and I realized that IT was time to learn to write again, so I began to prepare to use this framework to write some projects and feel its charm (actually stepping on pits).

WeUI

Because it is a small program, so the first thought of a small program to implement some components, including button, loading, picker and so on. The overall effect is like weUI, or rewriting weUI with VUE.

Use

A: 1. The git clone git clone https://github.com/KuangPF/wxapp-vue.git 2. NPM install (CNPM install) 3. Open the wechat developer tools, create a new project, and point the directory to /dist.Copy the code

The effect

Rewrite the state

The form

  • Button
  • Input
  • List
  • Slider
  • Uploader

Based on the component

  • Article
  • Badge
  • Flex
  • Footer
  • Gallery
  • Grid
  • Icons
  • Loadmore
  • Panel
  • Preview
  • Progress

Operation feedback

  • Actionsheet
  • Dialog
  • Msg
  • Picker
  • Toast

Navigation related

  • Navbar
  • Tabbar

Search for related

  • Searchbar

Being rewritten…