Skip to content

Commit

Permalink
polish README
Browse files Browse the repository at this point in the history
  • Loading branch information
小闹钟 committed Oct 15, 2016
1 parent 53910a1 commit 907cbf0
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 27 deletions.
77 changes: 50 additions & 27 deletions README.md
@@ -1,54 +1,77 @@
# 微信小程序 Demo (小熊の日记)
# 微信小程序之小熊の日记 #

我是一名后端程序员,做这个仅仅是因为觉得微信小程序好玩;没有明确的产品意图,东抄抄西抄抄只是为了验证和学习微信小程序;大体是想做一个个人/家庭日常记录的app,目前仍在开发中,有兴趣请持续关注咯^ ^
## 关于 ##

另,这个项目所用到的所有前端知识都是我做小程序期间从零开始补的,有好多可能并不符合Best practice,希望大家能指正;我本人并不热衷于做开源项目,这个确实算个例外。
* 我是一名后端程序员,做这个仅仅是因为觉得微信小程序好玩;
* 没有明确的产品意图,东抄抄西抄抄只是为了验证和学习微信小程序;
* 大体是想做一个个人/家庭日常记录的app;
* 持续开发中,有兴趣请持续关注

## 这个Demo有什么不一样?

1. 希望最终是一个功能完善的app,而不仅仅是展示列表和详情,所以你们可以看到这个app有写入功能;
2. 微信提供的组件目前还有很大缺陷,有些功能尚不能优雅的实现,然而这个项目会在不完美的微信组件上完成某些功能(比如文本编辑器);

...

## Demo 预览
## 预览 ##

* 概览

<p align="center">
<img src="./files/preview.gif" alt="小熊の日记" width="100%">
</p>

* 多行文本

<p align="center">
<img src="./files/input.gif" alt="多行文本输入">
<img src="./files/preview.gif" alt="截频演示" width="100%">
</p>

* 图文编辑
## 功能特点 ##

<p align="center">
<img src="./files/edit.gif" alt="图文编辑" width="100%">
</p>
* 功能完备,实用导向
* Server端API支持
* 涵盖众多组件、API使用,适用于学习微信小程序
* 多行文本模拟实现
* tab切换
* 模态框
* 本地数据组织及存储
* 图片预览功能

## 使用步骤

1. 克隆代码:

```bash
$ cd path/to/your/workspace
$ git clone https://github.com/harveyqing/BearDiary.git
$ cd BearDiary
```

2. 打开`微信Web开放者工具`(注意:必须是`v0.10.101100`版本
2. 打开`微信Web开放者工具`(注意:`v0.10.101100`及以上版本

3. 添加项目

4. 你喜欢就好
* AppID:选`无AppID`
* 项目名称:任意填写
* 项目目录:path/to/your/workspace
* 点击 `添加项目`

## 开发计划 ##

- [] 开发server端API接口
- [] 完成日记撰写页
- [] 添加评论、喜欢、收藏功能
- [] 规范`coding style`

## 小程序开发相关资源 ##

### 开发者工具下载 ###

> 最新版本 0.10.101100
- [windows 64](https://servicewechat.com/wxa-dev-logic/download_redirect?type=x64&from=mpwiki&t=1476434677599)
- [windows 32](https://servicewechat.com/wxa-dev-logic/download_redirect?type=ia32&from=mpwiki&t=1476434677599)
- [mac](https://servicewechat.com/wxa-dev-logic/download_redirect?type=darwin&from=mpwiki&t=1476434677599)

### 开发者文档 ###

- [微信官方文档](https://mp.weixin.qq.com/debug/wxadoc/dev/)

### 最好的资源集 ###

- [justjavac/awesome-wechat-weapp](https://github.com/justjavac/awesome-wechat-weapp)

## 未完待续...
## Anyway, 欢迎PR ##

## LICENSE
## LICENSE ##

[MIT](./LICENSE)

Expand Down
Binary file removed files/edit.gif
Binary file not shown.
Binary file removed files/input.gif
Binary file not shown.
Binary file modified files/preview.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 907cbf0

Please sign in to comment.