From cb3667c84a0cd14daf6a41b1151d42ab678c8390 Mon Sep 17 00:00:00 2001 From: taylor <709161610@qq.com> Date: Mon, 13 Feb 2017 22:15:03 +0800 Subject: [PATCH] normalize --- index.html | 2 +- package.json | 5 +- src/App.vue | 52 ++----------------- src/main.js | 13 +++-- src/mock/mock.js | 6 +-- src/pages/Home.vue | 20 ++------ src/pages/nav1/Table.vue | 108 +++++++++++++++++++-------------------- 7 files changed, 73 insertions(+), 133 deletions(-) diff --git a/index.html b/index.html index 4d5b147..072f392 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - vue element admin + vueadmin diff --git a/package.json b/package.json index 8f6033a..9478869 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "vueadmin", - "version": "1.0.0", + "version": "1.0.2", "description": "vue admin project", "author": "taylor <709161610@qq.com>", - "private": true, + "license": "MIT", "scripts": { "dev": "node build/dev-server.js", "build": "node build/build.js" @@ -11,7 +11,6 @@ "dependencies": { "axios": "^0.15.3", "echarts": "^3.3.2", - "flex.css": "^1.1.6", "nprogress": "^0.2.0", "vue": "^2.1.10", "vuex": "^2.0.0-rc.6" diff --git a/src/App.vue b/src/App.vue index de2170f..d906024 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,65 +1,19 @@ \ No newline at end of file