Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken headings in Markdown files #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 01.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
##01.什么是 vuejs
## 01.什么是 vuejs

简介:介绍 vue.js 是什么。

Expand Down
2 changes: 1 addition & 1 deletion 02.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
##02.讲解起步
## 02.讲解起步

简介:怎么样开始使用 vue.js

Expand Down
2 changes: 1 addition & 1 deletion 03.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
##03.概述
## 03.概述

简介:讲解 vue.js 两个功能,响应式的数据绑定,组合的视图组件

Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@


------------------------------------------------
#豪哥的QQ群
# 豪哥的QQ群

小弟在互联网有一个爱好前端的朋友,网名:豪情,不断贡献自已的知识分享最先进的前端资讯,带领着很多人学习前端。

Expand Down Expand Up @@ -109,7 +109,7 @@
注:优酷视频专区,上传不易,自计算属性(006)以后章节之视频,以百度云为主(上传较快)。


#台湾小凡
# 台湾小凡

目前在台湾的中小企业

Expand Down
164 changes: 82 additions & 82 deletions vuejs2-before/vuejs2.md
Original file line number Diff line number Diff line change
@@ -1,82 +1,82 @@
#主旨:
vuejs2 前期整理
#文章来源
http://vuejs.org/guide/
https://github.com/vuejs/vuejs.org/tree/2.0/src/guide
#說明:
把 vuejs1, 跟 vuejs2 文檔对比
点出不同的地方,協助使用者是快速引导进入 vuejs2
制作日期:2016-08-06
vuejs2文檔仍在撰寫中,此文也会跟着异动,vuejs2 正式文檔上线時,此文作废。
也就是说,此文,有错误是正常,哈哈哈
#----- installation
https://github.com/vuejs/vuejs.org/blob/2.0/src/guide/installation.md
http://vuejs.org/guide/installation.html
<img src="https://github.com/bhnddowinf/vuejs-learn/blob/master/vuejs2-before/install01.jpg" width="100%" height="100%">
#----- Getting Started
http://vuejs.org/guide/index.html
https://github.com/vuejs/vuejs.org/blob/2.0/src/guide/index.md
<img src="https://github.com/bhnddowinf/vuejs-learn/blob/master/vuejs2-before/index01.jpg" width="100%" height="100%">
<hr>
#----- overview
http://vuejs.org/guide/overview.html
https://github.com/vuejs/vuejs.org/blob/2.0/src/guide/overview.md
<img src="https://github.com/bhnddowinf/vuejs-learn/blob/master/vuejs2-before/overview01.jpg" width="100%" height="100%">
<hr>
<img src="https://github.com/bhnddowinf/vuejs-learn/blob/master/vuejs2-before/overview02.jpg" width="100%" height="100%">
<hr>
#---- the vue instance
https://github.com/vuejs/vuejs.org/blob/2.0/src/guide/instance.md
http://vuejs.org/guide/instance.html
<img src="https://github.com/bhnddowinf/vuejs-learn/blob/master/vuejs2-before/instance01.jpg" width="100%" height="100%">
<hr>
<img src="https://github.com/bhnddowinf/vuejs-learn/blob/master/vuejs2-before/instance02.jpg" width="100%" height="100%">
<hr>
<img src="https://github.com/bhnddowinf/vuejs-learn/blob/master/vuejs2-before/instance03.jpg" width="100%" height="100%">
<hr>
#----- data binding syntax
http://vuejs.org/guide/syntax.html
https://github.com/vuejs/vuejs.org/blob/2.0/src/guide/syntax.md
<img src="https://github.com/bhnddowinf/vuejs-learn/blob/master/vuejs2-before/syntax01.jpg" width="100%" height="100%">
<hr>
<img src="https://github.com/bhnddowinf/vuejs-learn/blob/master/vuejs2-before/syntax02.jpg" width="100%" height="100%">
<hr>
<img src="https://github.com/bhnddowinf/vuejs-learn/blob/master/vuejs2-before/syntax03.jpg" width="100%" height="100%">
<hr>
<img src="https://github.com/bhnddowinf/vuejs-learn/blob/master/vuejs2-before/syntax04.jpg" width="100%" height="100%">
<hr>
<img src="https://github.com/bhnddowinf/vuejs-learn/blob/master/vuejs2-before/syntax05.jpg" width="100%" height="100%">
<hr>
#----- Computed Properties
http://vuejs.org/guide/computed.html
https://github.com/vuejs/vuejs.org/blob/2.0/src/guide/components.md
待续(工作忙)

# 主旨:

vuejs2 前期整理

# 文章来源
http://vuejs.org/guide/
https://github.com/vuejs/vuejs.org/tree/2.0/src/guide


# 說明:
把 vuejs1, 跟 vuejs2 文檔对比
点出不同的地方,協助使用者是快速引导进入 vuejs2
制作日期:2016-08-06
vuejs2文檔仍在撰寫中,此文也会跟着异动,vuejs2 正式文檔上线時,此文作废。
也就是说,此文,有错误是正常,哈哈哈

# ----- installation

https://github.com/vuejs/vuejs.org/blob/2.0/src/guide/installation.md

http://vuejs.org/guide/installation.html

<img src="https://github.com/bhnddowinf/vuejs-learn/blob/master/vuejs2-before/install01.jpg" width="100%" height="100%">

# ----- Getting Started

http://vuejs.org/guide/index.html

https://github.com/vuejs/vuejs.org/blob/2.0/src/guide/index.md

<img src="https://github.com/bhnddowinf/vuejs-learn/blob/master/vuejs2-before/index01.jpg" width="100%" height="100%">

<hr>

# ----- overview

http://vuejs.org/guide/overview.html

https://github.com/vuejs/vuejs.org/blob/2.0/src/guide/overview.md

<img src="https://github.com/bhnddowinf/vuejs-learn/blob/master/vuejs2-before/overview01.jpg" width="100%" height="100%">

<hr>

<img src="https://github.com/bhnddowinf/vuejs-learn/blob/master/vuejs2-before/overview02.jpg" width="100%" height="100%">

<hr>

# ---- the vue instance

https://github.com/vuejs/vuejs.org/blob/2.0/src/guide/instance.md

http://vuejs.org/guide/instance.html

<img src="https://github.com/bhnddowinf/vuejs-learn/blob/master/vuejs2-before/instance01.jpg" width="100%" height="100%">
<hr>
<img src="https://github.com/bhnddowinf/vuejs-learn/blob/master/vuejs2-before/instance02.jpg" width="100%" height="100%">
<hr>
<img src="https://github.com/bhnddowinf/vuejs-learn/blob/master/vuejs2-before/instance03.jpg" width="100%" height="100%">
<hr>

# ----- data binding syntax
http://vuejs.org/guide/syntax.html

https://github.com/vuejs/vuejs.org/blob/2.0/src/guide/syntax.md

<img src="https://github.com/bhnddowinf/vuejs-learn/blob/master/vuejs2-before/syntax01.jpg" width="100%" height="100%">
<hr>
<img src="https://github.com/bhnddowinf/vuejs-learn/blob/master/vuejs2-before/syntax02.jpg" width="100%" height="100%">
<hr>
<img src="https://github.com/bhnddowinf/vuejs-learn/blob/master/vuejs2-before/syntax03.jpg" width="100%" height="100%">
<hr>
<img src="https://github.com/bhnddowinf/vuejs-learn/blob/master/vuejs2-before/syntax04.jpg" width="100%" height="100%">
<hr>
<img src="https://github.com/bhnddowinf/vuejs-learn/blob/master/vuejs2-before/syntax05.jpg" width="100%" height="100%">
<hr>
# ----- Computed Properties
http://vuejs.org/guide/computed.html

https://github.com/vuejs/vuejs.org/blob/2.0/src/guide/components.md
待续(工作忙)