diff --git a/README.md b/README.md index ae6eb57..1dd8099 100644 --- a/README.md +++ b/README.md @@ -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/)