1.0.1 • Published 11 months ago

@moment-design/mo-vue-scripts v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

Mo Vue Scripts

A collection of commands used in the Moment Design Vue component library

Installation

npm install @moment-design/mo-vue-scripts --registry="http://121.46.196.20:4873/"

Commands

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

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