An open API service indexing awesome lists of open source software.

https://github.com/jackchoumine/vuecaff

学习Vue
https://github.com/jackchoumine/vuecaff

Last synced: 2 months ago
JSON representation

学习Vue

Awesome Lists containing this project

README

        

# vuejs-caff

> A Vue.js project

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report
```

For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).

## 第七章的知识点

- 利用分发事件非返回值
- 事件修饰符
- slot 分发内容
- transition 过度
- transition-group 实现列表过度
- key 实现元素排列
- 可继续学习 animate.css 动画库

## 第八章学习内容

- 在首页显示帖子列表
- 用Mock.js 模拟数据

问题:文章模拟的评论,不能修改。