You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
王厅 539a1f95cc vue + ant-design + vxe-table 3 weeks ago
..
lib vue + ant-design + vxe-table 3 weeks ago
CHANGELOG.md vue + ant-design + vxe-table 3 weeks ago
LICENSE vue + ant-design + vxe-table 3 weeks ago
README.md vue + ant-design + vxe-table 3 weeks ago
package.json vue + ant-design + vxe-table 3 weeks ago

README.md

webpack-cli init

NPM Downloads

Description

This package contains the logic to create a new webpack configuration.

Installation

npm i -D webpack-cli @webpack-cli/init

Usage

CLI (via webpack-cli)

Via defaults

npx webpack-cli init

To generate default configs

npx webpack-cli init --auto

To scaffold in a specified path

npx webpack-cli init --generation-path [path]

Via custom scaffold

  1. Using package on npm
npx webpack-cli init webpack-scaffold-[name]
  1. Using path to a local directory
npx webpack-cli init [path]