Skip to content

CLI

Start a development server

Usage

bash
vue-webpack-tool start [options]

Options

OptionsDescription
--dllUse the dll file. You must be already generated dev DLL files
--lazyuse lazy compilation

Build for production

Usage

bash
vue-webpack-tool build [options]

Options

OptionsDescription
--dllUse the dll file. You must be already generated prod DLL files

Generate DLL files

Usage

bash
vue-webpack-tool dll [options]

Options

OptionsDescription
--devgenerate DLL file for development. (default option)
--prodgenerate DLL file for production.

Clear all generated files

Usage

bash
vue-webpack-tool clear