3.0.13 • Published 5 days ago

fe-ent-vue-scripts v3.0.13

Weekly downloads
-
License
-
Repository
github
Last release
5 days ago

Ent Vue Scripts

A collection of commands used in the Ent frame work component library

Installation

npm install fe-ent-vue-scripts

Commands

Run arco-vue-scripts --help to see all available commands and options.

  • arco-vue-scripts docgen: generate document of component.
  • arco-vue-scripts icongen: generate icon components.
  • arco-vue-scripts lessgen: generate index less file.
  • arco-vue-scripts dtsgen: emit .d.ts files for vue files.
  • arco-vue-scripts dev:component: build components with watch mode.
  • arco-vue-scripts dev:site: start vite server for development.
  • arco-vue-scripts build:component: build production files.
  • arco-vue-scripts build:style: build style related files.
  • arco-vue-scripts build:site: build document site.
  • arco-vue-scripts changelog: Obtain and organize changelog information through the git repository.