1、開發(fā)微信小程序需要去微信官網(wǎng)注冊(cè)一個(gè)企業(yè)版的小程序賬號(hào);
1. To develop a WeChat mini program, you need to register an enterprise version mini program account on the WeChat official website;
2、開通微信小程序,每年需要交300元的認(rèn)證費(fèi)。如果是開通過微信企業(yè)訂閱號(hào)或者服務(wù)號(hào)的,就可以復(fù)用訂閱號(hào)或者服務(wù)號(hào)的認(rèn)證資質(zhì)去創(chuàng)建小程序,這樣就不再需要花費(fèi)300元認(rèn)證費(fèi)。
2. Opening a WeChat mini program requires an annual authentication fee of 300 yuan. If you have opened a WeChat enterprise subscription account or service account, you can reuse the authentication qualifications of the subscription account or service account to create a mini program, so you no longer need to spend 300 yuan on authentication.
3、搭建服務(wù)器,現(xiàn)在市面上的云服務(wù)器很多,阿里云和騰訊云都是不錯(cuò)的選擇,除了服務(wù)器,還需要申請(qǐng)域名,進(jìn)行ICP備案、SSL證書認(rèn)證等。
3. Building servers, there are many cloud servers on the market now, and Alibaba Cloud and Tencent Cloud are both good choices. In addition to servers, you also need to apply for a domain name, complete ICP registration, SSL certificate authentication, and so on.
4、分析用戶需求,規(guī)劃小程序效果頁面,包括首頁、商品頁、分類列表頁、支付頁面、商品搜索頁、關(guān)于我們等主要頁面。
4. Analyze user needs, plan mini program effect pages, including homepage, product page, category list page, payment page, product search page, about us and other main pages.
5、數(shù)據(jù)庫的開發(fā)和字段的設(shè)計(jì),包括商品表、商品分類表、用戶注冊(cè)信息表、產(chǎn)品訂單表、留言信息表等。
5. Database development and field design, including product table, product classification table, user registration information table, product order table, message information table, etc.
6、設(shè)計(jì)和開發(fā)后端數(shù)據(jù)接口。
6. Design and develop backend data interfaces.
7、小程序前端頁面的設(shè)計(jì)和開發(fā)。小程序官網(wǎng)提供了WXML和WXSS兩種小程序語言,前端開發(fā)人員除了掌握這兩種的小程序語言,還需要掌握小程序頁面渲染技術(shù)以及api接口的相關(guān)知識(shí)。
7. Design and development of front-end pages for mini programs. The official website of the mini program provides two mini program languages, WXML and WXSS. In addition to mastering these two official mini program languages, front-end developers also need to have knowledge of mini program page rendering technology and API interfaces.
8、后臺(tái)管理系統(tǒng)開發(fā),后臺(tái)管理系統(tǒng)包含的功能一般有:商品信息管理(查看、添加、修改)、用戶管理、訂單管理和銷售數(shù)據(jù)統(tǒng)計(jì)等。
8. Development of backend management system, which generally includes functions such as product information management (viewing, adding, modifying), user management, order management, and sales data statistics.
9、部署小程序到服務(wù)器,進(jìn)行小程序測(cè)試,打包小程序代碼提交給微信平臺(tái)審核。
9. Deploy the mini program to the server, conduct mini program testing, package the mini program code and submit it to the WeChat platform for review.
10、后期小程序的升級(jí)迭代和維護(hù)。
10. Upgrade, iterate, and maintain mini programs in the later stage.
因此,開發(fā)一個(gè)小程序開發(fā)需要具備的技能還是比較多的,前端開發(fā)需要有一定的html+css+js基礎(chǔ),后端開發(fā)則要掌握php或者java語言。除此之外,還需要掌握數(shù)據(jù)庫( Mysql或者Sql ),部署服務(wù)器,設(shè)計(jì)原型圖和UI效果圖等。
Therefore, there are quite a few skills required for developing a small program. Front end development requires a certain foundation in HTML+CSS+JavaScript, while backend development requires mastery of PHP or Java language. In addition, it is also necessary to master databases (MySQL or SQL), deploy servers, design prototype diagrams and UI renderings, etc.