Skip to content

Commit

Permalink
Merge pull request #2827 from A0150315/patch-2
Browse files Browse the repository at this point in the history
docs: 删除小程序云开发项目模板文档在win10部分显示错误的字符
  • Loading branch information
jinjinjin0731 authored Apr 22, 2019
2 parents bdd1070 + da0ba1a commit 7c02612
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/wxcloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: 小程序云开发模板

> `v1.2.20` 开始支持此功能,仅支持微信小程序
## 使用小程序云开发项目模板
## 使用小程序云开发项目模板

在 1.2.20 版本中,新增了小程序云开发项目模板。如需使用,请将 CLI 更新至 `1.2.20` 以上版本。[更新](./GETTING-STARTED.md#更新)

Expand All @@ -22,22 +22,22 @@ title: 小程序云开发模板
│   │   ├── app.scss 项目总通用样式
│   │   ├── app.js 项目入口文件
│   │   ├── components 组件文件目录
│   │   │   └── login login 组件目录
│   │   │   └── index.weapp.js login 组件逻辑
│   │   │   └── login login 组件目录
│   │   │   └── index.weapp.js login 组件逻辑
│   │   └── pages 页面文件目录
│   │   └── index index 页面目录
│   │   ├── index.scss index 页面逻辑
│   │   └── index.js index 页面样式
├── cloud 服务端目录
├── cloud 服务端目录
│   └── functions 云函数目录
│   └── login login 云函数
│   ├── index.js login 函数逻辑
│   └── login login 云函数
│   ├── index.js login 函数逻辑
│   └── package.json
└── project.config.json 小程序项目配置
```

### 使用要点

1. 开发时,进入 client 目录,在此目录下运行相关编译预览或打包命令
2. 使用微信开发者工具调试项目,请将项目整个文件夹作为运行目录。 注意: 不是 client 中生成的 dist 文件夹
1. 开发时,进入 client 目录,在此目录下运行相关编译预览或打包命令
2. 使用微信开发者工具调试项目,请将项目整个文件夹作为运行目录。 注意: 不是 client 中生成的 dist 文件夹

0 comments on commit 7c02612

Please sign in to comment.