Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
koushiyu committed May 10, 2020
1 parent 08426f9 commit f31a0fb
Show file tree
Hide file tree
Showing 31 changed files with 774 additions and 1,079 deletions.
4 changes: 4 additions & 0 deletions a.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
var i = 1
for(i;i<5;i++){
console.log(i)
}
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,24 @@
"@types/socket.io-client": "^1.4.32",
"@types/sortablejs": "^1.10.4",
"@types/vuedraggable": "^2.23.0",
"babel-loader": "^8.0.6",
"core-js": "^3.6.4",
"element-ui": "^2.13.1",
"socket.io-client": "^2.3.0",
"sortablejs": "^1.10.2",
"v-viewer": "^1.5.1",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-kinesis": "^1.1.5",
"vue-localstorage": "^0.6.2",
"vue-property-decorator": "^8.4.1",
"vue-router": "^3.1.6",
"vuedraggable": "^2.23.2",
"vuex": "^3.1.3",
"wangeditor": "^3.1.1"
"wangeditor": "^3.1.1",
"webpack": "^2.2.1",
"weex-bindingx": "^0.0.49",
"weex-loader": "^0.7.12"
},
"devDependencies": {
"@types/node": "^13.13.4",
Expand All @@ -35,7 +41,8 @@
"electron-builder": "^22.6.0",
"electron-nightly": "^10.0.0-nightly.20200501",
"typescript": "~3.8.3",
"vue-template-compiler": "^2.6.11"
"vue-template-compiler": "^2.6.11",
"webpack-cli": "^3.3.11"
},
"browserslist": [
"> 1%",
Expand Down
1 change: 0 additions & 1 deletion public/css/app.f0443eeb.css

This file was deleted.

1 change: 0 additions & 1 deletion public/css/chunk-vendors.5ad50e34.css

This file was deleted.

Binary file removed public/fonts/element-icons.535877f5.woff
Binary file not shown.
Binary file removed public/fonts/element-icons.732389de.ttf
Binary file not shown.
17 changes: 16 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=favicon.ico><title>vue</title><link href=css/app.f0443eeb.css rel=preload as=style><link href=css/chunk-vendors.5ad50e34.css rel=preload as=style><link href=js/app.506f4b52.js rel=preload as=script><link href=js/chunk-vendors.16deeff2.js rel=preload as=script><link href=css/chunk-vendors.5ad50e34.css rel=stylesheet><link href=css/app.f0443eeb.css rel=stylesheet></head><body><noscript><strong>We're sorry but vue doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.16deeff2.js></script><script src=js/app.506f4b52.js></script></body></html>
<!DOCTYPE html>
<html lang=en>

<head>
<meta charset=utf-8>
<meta http-equiv=X-UA-Compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1">
<link rel=icon href=favicon.ico>
<title>vue</title>
</head>

<body>
<div id=app></div>
</body>

</html>
2 changes: 0 additions & 2 deletions public/js/app.506f4b52.js

This file was deleted.

1 change: 0 additions & 1 deletion public/js/app.506f4b52.js.map

This file was deleted.

55 changes: 0 additions & 55 deletions public/js/chunk-vendors.16deeff2.js

This file was deleted.

1 change: 0 additions & 1 deletion public/js/chunk-vendors.16deeff2.js.map

This file was deleted.

Binary file removed public/webqq.zip
Binary file not shown.
Loading

0 comments on commit f31a0fb

Please sign in to comment.