From 05b8583a248fab38a24f60e924f5b2f4655bdd39 Mon Sep 17 00:00:00 2001 From: Airen Date: Tue, 10 Oct 2017 17:25:03 +0800 Subject: [PATCH] add index page --- .gitignore | 9 +++++++++ index.html | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 .gitignore create mode 100644 index.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7c84006 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +.DS_Store +.idea +*/.DS_Store +*/.idea +node_modules +dist +logs +*.log +npm-debug.log* diff --git a/index.html b/index.html new file mode 100644 index 0000000..e56d491 --- /dev/null +++ b/index.html @@ -0,0 +1,52 @@ + + + + + + + Vue Study || Vue Examples + + + + +
+ +
+ + + + \ No newline at end of file