@vant/cli
TypeScript icon, indicating that this package has built-in type declarations

7.0.2 • Public • Published

Vant CLI

Vant CLI is a tool for building vue component library. You can quickly build a full-featured Vue component library with vant-cli.

🇨🇳 查看中文版介绍


Features

  • Provides rich commands covering the complete process from development to deploy
  • Based on conventional directory structure. Generate elegant document website and component examples automatically.
  • ESlint built-in.
  • Support Tree Shaking/Theme Customization/Import on Demand

Quickstart

To create a Vant CLI project, run:

yarn create vant-cli-app

Install Manually

# via npm
npm i @vant/cli -D

# via yarn
yarn add @vant/cli -D

# via pnpm
pnpm add @vant/cli -D

# via Bun
bun add @vant/cli -D

Please add the followed config to package.json file.

{
  "scripts": {
    "dev": "vant-cli dev",
    "test": "vant-cli test",
    "lint": "vant-cli lint",
    "build": "vant-cli build",
    "prepare": "husky install",
    "release": "vant-cli release",
    "build-site": "vant-cli build-site"
  },
  "nano-staged": {
    "*.md": "prettier --write",
    "*.{ts,tsx,js,vue,less,scss}": "prettier --write",
    "*.{ts,tsx,js,vue}": "eslint --fix"
  },
  "eslintConfig": {
    "root": true,
    "extends": ["@vant"]
  },
  "prettier": {
    "singleQuote": true
  },
  "browserslist": ["Chrome >= 51", "iOS >= 10"]
}

More Details

/@vant/cli/

    Package Sidebar

    Install

    npm i @vant/cli

    Weekly Downloads

    276

    Version

    7.0.2

    License

    MIT

    Unpacked Size

    151 kB

    Total Files

    110

    Last publish

    Collaborators

    • landluck
    • chenjiahan
    • cookfront
    • pangxie1991
    • rex-zsd
    • nemo-shen