Update README.md

This commit is contained in:
xsf 2017-04-25 09:02:54 +08:00 committed by GitHub
parent c6484e2a63
commit 2e3ca78dda

View File

@ -7,10 +7,6 @@
The live demo can be found in [https://allan2coder.github.io/VUE2-SPA-Tutorial/](https://allan2coder.github.io/VUE2-SPA-Tutorial/) (移动端)
## Other SPA(其他单页)
- [React.js 2.x](https://github.com/allan2coder/React-SPA-Tutorial) :fire: :fire: :fire:
- [Angularjs 2.x](https://github.com/allan2coder/Angular2-SPA)
## How to use
You should clone the repo and install the dependencies, and then npm start.That is all.
@ -132,6 +128,12 @@ right:
background: url(./../assets/img/icon.png);
```
## Other SPA(其他单页)
- [React.js 2.x](https://github.com/allan2coder/React-SPA-Tutorial) :fire: :fire: :fire:
- [Angularjs 2.x](https://github.com/allan2coder/Angular2-SPA)
# Reference Articles
* [Vue-Router](http://router.vuejs.org/zh-cn/essentials/getting-started.html)
* [ECMAScript 6入门](http://es6.ruanyifeng.com/)