Since chemzqm is no longer participating in maintenance, subsequent maintenance personnel will be replaced.
This project will be upgraded to the WEPT2.0 version from recent to future, supporting the running of WeChat mini-program and mini-game basic library 2.9 and later functions, and also supporting the implementation of a unified operating environment for iOS and Android three terminals. Welcome everyone to continue to pay attention.
WEPT is a real-time development environment for WeChat mini programs. Its goal is to provide an efficient, stable, friendly, and unrestricted operating environment for mini program development.
The backend of the project uses node to provide services and completely dynamically generate small programs. The front end implements the relevant communication logic between the view layer, service layer and control layer.
Support iOS Android Mac, Window and Linux
npm i wept -g
If the installation is slow, you can use cnpm
Go to the root directory of the mini program project and execute the command:
cd case && wept
Use Chrome to visit http://localhost:3000
open the developer tools and enable mobile page debugging mode (the shortcut key on Mac is ⌘ ⇧ M
)
cd ios
pod install
Jiangwu’s strong support for the development of this tool❤️
Copyright 2020 [email protected]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge , publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.