Skip to content
This repository was archived by the owner on Dec 26, 2018. It is now read-only.

Commit 8c9ff09

Browse files
committed
added script to run browser-sync for tests with mobile phones
1 parent 02da595 commit 8c9ff09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
},
2424
"scripts": {
2525
"build": "webpack example/example.js example/example.build.js && uglifyjs vue-touch.js -c -m > vue-touch.min.js",
26-
"dev": "webpack --watch example/example.js example/example.build.js"
26+
"dev": "webpack --watch example/example.js example/example.build.js",
27+
"sync": "cd example && browser-sync start --server"
2728
}
2829
}

0 commit comments

Comments
 (0)