首页完成

This commit is contained in:
zyronon
2018-10-22 02:33:21 +08:00
parent 839afe9892
commit e9a68b28aa
14 changed files with 607 additions and 164 deletions

View File

@@ -5,7 +5,8 @@
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
"lint": "vue-cli-service lint",
"push": "git add ./ & git commit -m 'dubug' & git push origin master"
},
"dependencies": {
"vue": "^2.5.17",
@@ -17,7 +18,8 @@
"@vue/cli-service": "^3.0.3",
"vue-template-compiler": "^2.5.17",
"node-sass": "^4.9.3",
"sass-loader": "^7.1.0"
"sass-loader": "^7.1.0",
"vue-awesome-swiper": "^3.1.3"
},
"eslintConfig": {
"root": true,