chore: add vant-doc package (#4197)

This commit is contained in:
neverland
2019-08-22 20:11:09 +08:00
committed by GitHub
parent f3f3789011
commit eeb65ed922
24 changed files with 1395 additions and 108 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "@vant/doc",
"version": "2.5.1",
"description": "vant document template",
"main": "./lib/index.js",
"publishConfig": {
"access": "public"
},
"files": [
"lib"
],
"scripts": {
"build": "webpack --progress --config ./build/webpack.config.js",
"release": "npm run build && npm publish"
},
"license": "MIT",
"repository": "https://github.com/youzan/vant/tree/dev/packages/vant-doc"
}