Skip to content

Commit 5077b1e

Browse files
小莫小莫
小莫
authored and
小莫
committed
first commit
1 parent f12d21c commit 5077b1e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+47974
-24
lines changed

.DS_Store

0 Bytes
Binary file not shown.

package.json

+15-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,25 @@
88
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {
11-
"vue": "^2.5.16"
11+
"alloyfinger": "^0.1.15",
12+
"axios": "^0.18.0",
13+
"framework7": "^2.2.5",
14+
"framework7-vue": "^2.2.1",
15+
"jquery": "^3.3.1",
16+
"jsonp": "^0.2.1",
17+
"stylus": "^0.54.5",
18+
"vue": "^2.5.16",
19+
"vue-awesome-swiper": "^3.1.3",
20+
"vue-lazyload": "^1.2.6",
21+
"vuex": "^3.0.1"
1222
},
1323
"devDependencies": {
1424
"@vue/cli-plugin-babel": "^3.0.0-rc.3",
1525
"@vue/cli-plugin-eslint": "^3.0.0-rc.3",
1626
"@vue/cli-service": "^3.0.0-rc.3",
27+
"node-sass": "^4.9.0",
28+
"sass-loader": "^6.0.7",
29+
"stylus-loader": "^2.5.1",
1730
"vue-template-compiler": "^2.5.16"
1831
},
1932
"eslintConfig": {
@@ -40,4 +53,4 @@
4053
"last 2 versions",
4154
"not ie <= 8"
4255
]
43-
}
56+
}

src/App.vue

+333-19
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)