[Doc] update vant-doc (#1608)
This commit is contained in:
+3
-4
@@ -14,14 +14,13 @@
|
||||
],
|
||||
"scripts": {
|
||||
"bootstrap": "yarn || npm i && cd ./packages/vant-css/ && yarn || npm i && cd ../../",
|
||||
"dev": "npm run build:file && webpack-serve --config build/webpack.dev.js",
|
||||
"dev": "node build/build-entry.js && webpack-serve --config build/webpack.dev.js",
|
||||
"lint": "eslint ./packages --ext .js,.vue && stylelint \"packages/vant-css/src/*.css\"",
|
||||
"build:file": "node build/build-entry.js",
|
||||
"build:components": "node build/build-components.js --color",
|
||||
"build:vant-css": "gulp build --gulpfile packages/vant-css/gulpfile.js --color --silent",
|
||||
"build:vant": "cross-env NODE_ENV=production webpack --color --config build/webpack.build.js && cross-env NODE_ENV=production webpack -p --color --config build/webpack.build.js",
|
||||
"build:style-entry": "node build/build-style-entry.js",
|
||||
"build:changelog": "sh build/build-changelog.sh",
|
||||
"build:changelog": "vant-doc changelog ./docs/markdown/changelog.generated.md",
|
||||
"build:iconfont": "gulp --gulpfile ./build/build-iconfont.js",
|
||||
"build:lib": "node build/build-lib.js",
|
||||
"build:site": "rimraf docs/dist && cross-env NODE_ENV=production webpack --config build/webpack.doc.js && gh-pages -d docs/dist",
|
||||
@@ -102,7 +101,7 @@
|
||||
"stylelint-config-standard": "^18.2.0",
|
||||
"uppercamelcase": "^3.0.0",
|
||||
"url-loader": "^1.0.1",
|
||||
"vant-doc": "1.0.8",
|
||||
"vant-doc": "1.0.11",
|
||||
"vue": "2.5.17",
|
||||
"vue-jest": "^2.6.0",
|
||||
"vue-loader": "^15.2.6",
|
||||
|
||||
Reference in New Issue
Block a user