Skip to content
This repository has been archived by the owner on Oct 11, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (22 loc) · 701 Bytes

cli.md

File metadata and controls

29 lines (22 loc) · 701 Bytes

Commands

# Commands can be used from npm scripts or npx.
npm installl --save-dev vuechain

vuechain start

Build the package in development mode and watch for changes.
Can be used with --context and --env

vuechain build

Build the package in production mode.
Can be used with --context and --env

vuechain clean

Clean the output directory.
Can be used with --context


Arguments

--context <path>

Specify the package directory.

  • path <string> - An absolute or relative path to the project directory. Default is the current directory.

--env <mode>

Specify the environment.

  • mode <"production" | "development" | "testing">