[Doc] improve document detail (#698)

This commit is contained in:
neverland
2018-03-15 20:49:13 +08:00
committed by GitHub
parent e366e033ed
commit 1e9bc4065b
7 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
],
"scripts": {
"bootstrap": "yarn || npm i && cd ./packages/vant-css/ && yarn || npm i && cd ../../",
"dev": "npm run build:file && webpack-dev-server --inline --config build/webpack.config.dev.js --content-base ./",
"dev": "npm run build:file && webpack-dev-server --inline --config build/webpack.config.dev.js",
"build:file": "node build/bin/build-entry.js",
"build:components": "node build/bin/build-components.js --color",
"build:vant-css": "gulp build --gulpfile packages/vant-css/gulpfile.js --color",