Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ustbhuangyi committed Jan 8, 2019
1 parent b6b4351 commit a593409
Showing 1 changed file with 36 additions and 19 deletions.
55 changes: 36 additions & 19 deletions README.md
@@ -1,21 +1,38 @@
# vue-sell
Vue.js 高仿饿了么外卖 App 课程源码,课程地址: http://coding.imooc.com/class/74.html

本源码基于 GPL 协议,仅仅用于 Vue 实战项目的学习,不可作为商业用途。
我们抵制和鄙视一切盗版侵权行为,请尊重作者的劳动果实!

[项目演示地址](http://ustbhuangyi.com/sell/)

![二维码](https://qr.api.cli.im/qr?data=http%253A%252F%252Fustbhuangyi.com%252Fsell%252F%2523%252Fgoods&level=H&transparent=false&bgcolor=%23ffffff&forecolor=%23000000&blockpixel=12&marginblock=1&logourl=&size=280&kid=cliim&key=686203a49c4613080b5b3004323ff977)

## 你可以学到什么
我们可以通过一张图来认识一下本课程的知识结构

![vue-sell](https://webapp.didistatic.com/static/webapp/shield/vue-sell.png)

## 如何学习
请从正规渠道购买本课程的教学视频: http://coding.imooc.com/class/74.html。
你还可以加入课程讨论群,与同学一起讨论问题,还可以得到我的亲自指导。

## 适合人群
适合有一定 Vue.js 和前端基础知识并且想深入学习 Vue.js 并运用在实战项目的同学。

## TODO
~~由于本课程录制时间较早,编写代码的时候 Vue.js 2.0 还未正式发布,所以源码采用 1.0 编写,后续会更新到 2.0 版本。~~

master 代码已经升级到最新 Vue.js 2.1.10 版本,如果想查看 1.0 版本的代码可以切换到 1.0 的代码分支。

** next 分支已经基于 Vue.js 2.5.x + cube-ui + vue-cli 3.0 重构。 **

## Vue.js 进阶

如果想在 Vue.js 的方向进阶,学习更加复杂的项目开发的同学。可以关注我的新课程:http://coding.imooc.com/class/107.html

[项目演示地址](http://ustbhuangyi.com/music/)

![二维码](https://qr.api.cli.im/qr?data=http%253A%252F%252Fustbhuangyi.com%252Fmusic%252F&level=H&transparent=false&bgcolor=%23ffffff&forecolor=%23000000&blockpixel=12&marginblock=1&logourl=&size=280&kid=cliim&key=731bbcc2b490454d2cc604f98539952c)


## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

0 comments on commit a593409

Please sign in to comment.