# 第一个微信小程序开发
**Repository Path**: lml123321/wx001
## Basic Information
- **Project Name**: 第一个微信小程序开发
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2018-08-21
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 第一个微信小程序开发
### 1.安装开发者工具,并注册APPID账号
#### 1.1下载链接:
```
https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html?t=18080318
```
### 2.微信小程序(应用)的基本知识
#### 2.1 结构
WXML
- 不是HTMl
- 遵循XML语法
```
{{userInfo.nickName}}
```
- 常用标签
```
类似