From 2e3ca78ddaeee000c70da7d5b0c370e96dd33509 Mon Sep 17 00:00:00 2001 From: xsf <416175716@qq.com> Date: Tue, 25 Apr 2017 09:02:54 +0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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/)