WePY
Framework that allows programs to support componentized development
A framework that allows small programs to support componentized development. One of the most popular small program framework. Component development, perfect solution to the problems of component isolation, component nesting, component communication, etc. Supports the use of third-party npm resources, automatically handles dependencies between npm resources, and is perfectly compatible with all npm resource packages without platform dependencies. Through polyfill, the mini program perfectly supports Promise and solves callback troubles. Features such as Generator Function / Class / Async Function can be used to greatly improve development efficiency. ...