vant

v1.6.17
Mobile UI Components built on Vue
youzan vue component

dev

npm run build:entry && webpack-serve --config build/webpack.dev.js

lint

eslint ./packages --ext .js,.vue,.ts,.tsx && stylelint "packages/*.less"

test

jest

release

sh build/release.sh

bootstrap

yarn || npm i

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

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

test:watch

jest --watch

build:entry

node build/build-entry.js

build:style

gulp --gulpfile ./build/build-style.js

test:coverage

open test/coverage/index.html

build:changelog

vant-doc changelog ./changelog.generated.md

build:components

node build/build-components.js --color

test:clear-cache

jest --clearCache

build:style-entry

node build/build-style-entry.js

Metadata

  • MIT
  • Whatever
  • youzanfe
  • released 5/5/2019

Downloads