From 9e08ab976456fab2fcab61c4dbec49234907eb93 Mon Sep 17 00:00:00 2001
From: json11 <18550269966@163.com>
Date: Tue, 18 Dec 2018 00:50:29 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90remark=E3=80=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.idea/inspectionProfiles/Project_Default.xml | 6 ++++++
.idea/vcs.xml | 6 ++++++
README.md | 4 ++--
3 files changed, 14 insertions(+), 2 deletions(-)
create mode 100644 .idea/inspectionProfiles/Project_Default.xml
create mode 100644 .idea/vcs.xml
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
new file mode 100644
index 0000000..c6cc8c8
--- /dev/null
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/README.md b/README.md
index a2f52b5..c989676 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
# About
-这是慕课网上[Vue+Webpack打造todo应用](https://www.imooc.com/learn/935)课程的源码
+这是vue-ssr 学习的源码 值得思考
# 使用方法
```
-git clone https://github.com/Jokcy/vue-todo-tech.git
+git clone https://github.com/json11/vue-ssr.git
```
进入项目目录,运行
```