jQuery WeUI is a simple and powerful UI library designed specifically for WeChat public account development. It contains all WeUI official CSS components and provides a large number of additional expansion components. The rich component library can greatly reduce front-end development time.
For more documentation, please see the official website: http://jqweui.com/
Scan the QR code on WeChat to experience immediately:
Vue, Angular, React
, etc. jQuery WeUI
's positioning is just like jQuery
's positioning: to be a sharp knife, not a bulky cannon.
jQuery WeUI
only provides some commonly used UI controls. If it is not a very complex project, you can basically just use jQuery WeUI
to meet your needs. If the project is more complex, or you want to implement a single-page application, it is recommended to use Vue or Angular, or you can take a look at another project I am developing, vue-mobile.
It is recommended to install via npm npm install jquery-weui
Or you can clone this repository and compile it yourself. For how to compile, please see the gulp chapter below.
All compiled code is in the dist
directory. In order to reduce junk files, master ignores this directory by default. You can compile it yourself or switch to build
branch to see this directory.
Use gulp
to compile code. If you have not used it or do not want to compile it yourself, you can switch to the build
branch.
For information on how to use gulp, please refer to http://gulpjs.com/
The available gulp commands are as follows:
gulp
enters development mode and opens watch
and server
tasks at the same timegulp build
compiles compressed codemaster
branch, only officially released code will enter the master branchbuild
branch contains all the compiled code and is synchronized with the master
branch, but will include the dist
directory.dev
development branchgh-pages
document master branchgh-pages-dev
documentationQQ groups: 546452237 (group one), 55572340 (group two), 478537720 (group three). The password for joining the group is the value of executing the following code on the official website:
location . host . split ( '.' ) [ 0 ]
The group is more suitable for chatting. If you find a bug or have functional suggestions, it is recommended to discuss it through issue
.
jQuery WeUI is a free open source project under the MIT license and does not charge any fees. It takes a lot of effort for the author to maintain this project. If jQuery WeUI helps you, you can donate to make this project better. Of course, regardless of whether you donate or not, thank you for your support of this project.
Donation is a purely voluntary donation. I will be very grateful for your donation, but you will not get more rights than other non-donating users because of your donation. I hope you understand.
MIT, enjoy open source code.