File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 44 "description" : " Simple clock using vue.js" ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "test" : " echo \" Error: no test specified\" && exit 1"
7+ "server" : " http-server" ,
8+ "watch" : " rollup -c -w" ,
9+ "dev" : " npm-run-all --parallel watch server"
810 },
911 "repository" : {
1012 "type" : " git" ,
1820 "homepage" : " https://github.com/dangvanthanh/vue-clock#readme" ,
1921 "devDependencies" : {
2022 "babel-preset-es2015-rollup" : " ^1.1.1" ,
23+ "http-server" : " ^0.9.0" ,
24+ "npm-run-all" : " ^2.2.0" ,
2125 "rollup" : " ^0.32.0" ,
2226 "rollup-plugin-babel" : " ^2.5.1" ,
2327 "rollup-plugin-vue" : " ^2.0.1"
28+ },
29+ "dependencies" : {
30+ "rollup-watch" : " ^2.4.0"
2431 }
2532}
Original file line number Diff line number Diff line change 33> Simple clock component using vue.js
44
55![ Simple clock component using vue.js] ( https://raw.githubusercontent.com/dangvanthanh/vue-clock/master/media/clock-using-vue.png )
6+
7+ ## Build
8+
9+ ```
10+ # Install dependencies
11+ npm install
12+
13+ # Serve with hot reload at localhost:8080
14+ npm run dev
15+ ```
You can’t perform that action at this time.
0 commit comments