Skip to content

Commit 6eb3e61

Browse files
committed
Update to vue 2
1 parent f0dc472 commit 6eb3e61

File tree

11 files changed

+7562
-62
lines changed

11 files changed

+7562
-62
lines changed

app.js

Lines changed: 0 additions & 41 deletions
This file was deleted.

package.json

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "Simple clock using vue.js",
55
"main": "index.js",
66
"scripts": {
7-
"server": "http-server",
7+
"serve": "live-server --open=public",
88
"watch": "rollup -c -w",
9-
"dev": "npm-run-all --parallel watch server"
9+
"dev": "npm-run-all --parallel watch serve"
1010
},
1111
"repository": {
1212
"type": "git",
@@ -19,14 +19,19 @@
1919
},
2020
"homepage": "https://github.com/dangvanthanh/vue-clock#readme",
2121
"devDependencies": {
22-
"babel-preset-es2015-rollup": "^1.1.1",
23-
"http-server": "^0.9.0",
24-
"npm-run-all": "^2.2.0",
25-
"rollup": "^0.32.0",
26-
"rollup-plugin-babel": "^2.5.1",
27-
"rollup-plugin-vue": "^2.0.1"
22+
"live-server": "^1.1.0",
23+
"npm-run-all": "^3.1.0",
24+
"rollup": "^0.36.1",
25+
"rollup-plugin-buble": "^0.14.0",
26+
"rollup-plugin-commonjs": "^5.0.4",
27+
"rollup-plugin-eslint": "^3.0.0",
28+
"rollup-plugin-node-globals": "^1.0.9",
29+
"rollup-plugin-node-resolve": "^2.0.0",
30+
"rollup-plugin-uglify": "^1.0.1",
31+
"rollup-plugin-vue": "^2.2.3",
32+
"rollup-watch": "^2.5.0"
2833
},
2934
"dependencies": {
30-
"rollup-watch": "^2.4.0"
35+
"vue": "^2.0.1"
3136
}
3237
}

app.css renamed to public/app.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
*,
23
*:before,
34
*:after {

0 commit comments

Comments
 (0)