Skip to content

Commit 44bf673

Browse files
committed
Vue router教程,基于Vue.js 1.0.25
1 parent 1c8cdc9 commit 44bf673

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

06.Router/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
"demo04-dev": "webpack-dev-server --inline --hot --config demo04/webpack.config.js --content-base demo04 --history-api-fallback",
1414
"demo04-build": "cross-env NODE_ENV=production webpack --config demo04/webpack.config.js --progress --hide-modules",
1515
"demo05-dev": "webpack-dev-server --inline --hot --config demo05/webpack.config.js --content-base demo05 --history-api-fallback",
16-
"demo05-build": "cross-env NODE_ENV=production webpack --config demo05/webpack.config.js --progress --hide-modules",
17-
"demo06-dev": "webpack-dev-server --inline --hot --config demo06/webpack.config.js --content-base demo06 --history-api-fallback",
18-
"demo06-build": "cross-env NODE_ENV=production webpack --config demo06/webpack.config.js --progress --hide-modules"
16+
"demo05-build": "cross-env NODE_ENV=production webpack --config demo05/webpack.config.js --progress --hide-modules"
1917
},
2018
"dependencies": {
2119
"vue": "^1.0.0",

0 commit comments

Comments
 (0)