first commit

This commit is contained in:
light
2017-05-19 11:14:30 +08:00
parent d194b5f2eb
commit e1865a5782
14 changed files with 1335 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
# Start a vue project
vue init webpack-simple myproject
cd myproject
npm install
npm run dev