# Commands can be used from npm scripts or npx.
npm installl --save-dev vuechain
Build the package in development mode and watch for changes.
Can be used with --context
and --env
Build the package in production mode.
Can be used with --context
and --env
Clean the output directory.
Can be used with --context
Specify the package directory.
- path
<string>
- An absolute or relative path to the project directory. Default is the current directory.
Specify the environment.
- mode
<"production" | "development" | "testing">