https://github.com/jackchoumine/vuecaff
学习Vue
https://github.com/jackchoumine/vuecaff
Last synced: 2 months ago
JSON representation
学习Vue
- Host: GitHub
- URL: https://github.com/jackchoumine/vuecaff
- Owner: jackchoumine
- Created: 2018-08-14T10:28:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:58:57.000Z (over 2 years ago)
- Last Synced: 2025-01-17T13:30:27.106Z (4 months ago)
- Language: Vue
- Size: 1.61 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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 模拟数据问题:文章模拟的评论,不能修改。