-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpluginDescription.html
More file actions
35 lines (35 loc) · 1.41 KB
/
pluginDescription.html
File metadata and controls
35 lines (35 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Support <a href="https://developers.weixin.qq.com/miniprogram/introduction/"> WeChat Mini Program </a> project
<h3>使用入门</h3>
<ul>
<li>打开微信小程序或QQ小程序项目</li>
<li>确保project.config.json配置文件存在</li>
<li>现在您可以使用所有此插件提供的功能</li>
</ul>
<h3>主要功能</h3>
<ul>
<li>wxml / wxss / wxs文件支持</li>
<li>创建微信小程序组件和页面</li>
<li>相关文件导航</li>
<li>微信小程序自定义组件支持</li>
<li>微信小程序配置文件支持</li>
<li>代码检查和自动修复</li>
<li>支持QQ小程序项目 (v3.1.0)</li>
<li>支持npm中的组件</li>
</ul>
<h3> Get started </h3>
<ul>
<li> Open WeChat Mini Program Project</li>
<li> Ensure that the project.config.json configuration file exists</li>
<li> Now you can use all the features provided by this plugin</li>
</ul>
<h3> Main functions </h3>
<ul>
<li> wxml / wxss / wxs file support</li>
<li> Create WeChat applet components and pages</li>
<li> Relevant file navigation</li>
<li> WeChat applet custom component support</li>
<li> WeChat applet configuration file support</li>
<li> Code inspection and automatic repairs</li>
</ul>
For detailed usage documents and function descriptions, please visit
<a href="https://gitee.com/zxy_c/wechat-miniprogram-plugin/wikis"> Gitee Wiki </a>