Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Ewall1106 committed Sep 12, 2020
1 parent 82bcce2 commit c14fa92
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $ npm run dev

## 推荐

- 服务端[Panda-server](https://github.com/Ewall1106/panda-server)
服务端[Panda-server](https://github.com/Ewall1106/panda-server)

## 协议

Expand Down
38 changes: 38 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
## 更新日志

### [v2.0.0](https://github.com/Ewall1106/panda-server/tree/2.0.0)

`2020-09-12`

🎉 **Features**

- 使用`vue+axios+vant`完成迭代版开发。
- 添加了一系列的新组件,诸如 `svg` 图标、`scroll` 滑动组件等。
- `axios` 请求封装及 `api` 模块封装和使用。
- `vant` 引入及使用。
- 骨架屏渲染及其它优化。
- 说明文档的编写与更新。

🐛 **Bugs**

- 修复 `yapi` 数据 `mock` 问题,暂时先使用自己搭建的 `panda-server` 后端服务。
- 其它。

⚠️ **Notice**

- 目前商城还不够完善,整个购买交易流程还没有走完。

### [v1.0.0](https://github.com/Ewall1106/panda-server/tree/1.0.0)

`2020-05-17`

🎉 **Features**

- `vue-cli2.0` 构建的项目
- axios 的使用
- vuex 的基础使用
- 其它

🐛 **Bugs**

- 暂无
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "panda-mall",
"version": "0.1.0",
"version": "2.0.0",
"author": "Ewall&熊猫",
"scripts": {
"dev": "cross-env NODE_ENV=development vue-cli-service serve",
Expand Down

0 comments on commit c14fa92

Please sign in to comment.