Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: uncleLian/vue2-echo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.0
Choose a base ref
...
head repository: uncleLian/vue2-echo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 3, 2019

  1. 修改注释

    uncleLian committed Dec 3, 2019
    Copy the full SHA
    54417cd View commit details

Commits on Dec 4, 2019

  1. update README.md

    uncleLian committed Dec 4, 2019
    Copy the full SHA
    65150fe View commit details
  2. update README.md

    uncleLian committed Dec 4, 2019
    Copy the full SHA
    190961b View commit details

Commits on Jan 14, 2021

  1. Update README.md

    uncleLian authored Jan 14, 2021
    Copy the full SHA
    220e071 View commit details
Showing with 7 additions and 3 deletions.
  1. +6 −2 README.md
  2. +1 −1 src/main.js
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -13,6 +13,9 @@
##### react版本
- [react-echo](https://github.com/uncleLian/react-echo)

## 公告
由于echo官方暂停运营,目前所有图片、音频已失效‼️ 是个宝藏APP,可惜了~ 后面如果有时间会更换图片音频来源。

## 前言
这是一个Vue学习系列,难度:容易 -> 中等 -> 困难, 3个复杂度和不同类型的项目,一步步地带领大家熟悉和深入Vue。这些系列项目将会涉及Vue的大部分知识,如果都能熟悉和掌握,那么就可以随心所欲地使用Vue去写单页面应用了。

@@ -38,10 +41,11 @@
## 最终目标
Vue学习系列
- 第一阶段:[vue2-echo](https://github.com/uncleLian/vue2-echo) —— echo回声( 移动端,难度:★★☆☆☆ 入门项目)
- 第一阶段:[vue2-echo](https://github.com/uncleLian/vue2-echo) —— echo回声( 移动端,难度:★★☆☆☆ 入门项目, 推荐 ⭐️⭐️⭐️️⭐️⭐️
- 第二阶段:[vue2-news](https://github.com/uncleLian/vue2-news) —— 今日头条( 移动端,难度:★★★☆☆ 过渡项目)
- 第三阶段:[vue2-health](https://github.com/uncleLian/vue2-health) —— 头条号( pc端,难度:★★★☆☆ 过渡项目)
- 第四阶段:[vue2-native](https://github.com/uncleLian/vue2-native) —— 今日头条( native端,难度:★★★★☆ 进阶项目)
- 第四阶段:[vue2-native](https://github.com/uncleLian/vue2-native) —— 今日头条( native端,难度:★★★★☆ 进阶项目,可跳过)
- 第五阶段:[vue-blog](https://github.com/uncleLian/vue-blog) —— 后台管理集成解决方案( pc端管理后台,难度:★★★★★ 进阶项目,推荐 ⭐️⭐️⭐️️⭐️⭐️️️️)

## 效果演示

2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ import App from '@/App'
import router from '@/router'
import store from '@/store'

// 兼容IE8以上
// 兼容IE9+
import 'babel-polyfill'

// 第三方库