peerleft.blogg.se

Wechat mini program directory
Wechat mini program directory











  1. #Wechat mini program directory code#
  2. #Wechat mini program directory Offline#

│ │ └── index.wxss // style sheet of index page │ │ ├── index.json // page level configurations for index page │ │ ├── index.js // javascript logic of index page │ │ ├── index.wxml // template of index page ├── app.wxss // optional, common style sheet ├── app.json // app level configurations for Mini Program Here is a basic structure of Mini Program project. Technical Overview Q: What does a typical Mini Program project consist of?

#Wechat mini program directory code#

After the code of a Mini Program is approved, just press the “Release” button and here we go. In my experience, the WeChat team’s review takes approximately from two hours to half a day. Then go to the Mini Program admin console to see your uploaded versions, you can do versions management like: set v1.1.0 to beta preview, after preview is fine, submit v1.1.0 to WeChat team for review. Submit reviewĪfter development, you can upload your code to Cloud by pressing the “upload” button in DevTools. However, with Wechat DevTools you can develop and debug Mini Program easily.

wechat mini program directory

You can develop Mini Program using your own editor as you like, It’s no different than normal web development. Develop Mini Programsĭownload Wechat DevTools. Mini Program information is perfectĪfter registration, log in to the Mini Program admin console to complete the Mini Program’s Information and prepare for development. This is kind of like Apple Developer account, you can register as Individual or Company or other entity types. Registerįirst of all, you need to register a Mini Program Account on WeChat Official Accounts Platform official website. Steps from registering, developing to publishing your Mini Programs.

#Wechat mini program directory Offline#

a QR code from offline or online, WeChat’s drag down view(recently visited and my favorites will be listed here), “Search” box of WeChat, “Discover” tab of WeChat, WeChat public/official accounts, a chat message someone shared with you. The merits(from the user and developer perspective) are:įor more details – About Mini Programs How do you access Mini Programs?įrom almost everywhere, e.g. As you know, Mini Program provides a set of languages to let developers build more powerful apps within WeChat platform. Mini Program is a more advanced solution, which takes one step forward from an ordinary mobile Web page. Basically, it contains only styles and has no functionality of WeChat js-sdk.

wechat mini program directory

weui has an ordinary web (HTML/CSS/JS) version and a Mini Program version. Weui is a UI library by WeChat official design team. You can think of WeChat js-sdk as our LIFF. By using WeChat js-sdk, web developers can effectively use the capabilities of WeChat to take photos, select pictures, voice, location and other mobile phone systems, and directly use WeChat sharing, scan, card coupons, payment and other WeChat-specific capabilities to provide better web experience for WeChat users. WeChat js-sdk is a web development kit based on WeChat provided by WeChat public platform for web developers. What are the differences between WeChat js-sdk, weui, and Mini Program. They are easy to access and share on WeChat, delivering an excellent user experience. WeChat Mini Programs are a new way of connecting users and services.













Wechat mini program directory