Gathering detailed insights and metrics for @webpack-cli/serve
Gathering detailed insights and metrics for @webpack-cli/serve
Gathering detailed insights and metrics for @webpack-cli/serve
Gathering detailed insights and metrics for @webpack-cli/serve
@leanup/cli
This CLI brings along all required tools to serve, test and build multi framework SPAs
vue-cli-plugin-compression
Prepare compressed versions of assets to serve them with Content-Encoding
powerful-cli
封装了webpack功能的命令行接口, 提供serve、build、lib等命令, 支持vue3、js、ts等...
@best-shot/dev-server
DevServer support of `@best-shot/cli`
npm install @webpack-cli/serve
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (64.75%)
TypeScript (25.45%)
Smarty (9.71%)
CoffeeScript (0.06%)
Dockerfile (0.02%)
SCSS (0.01%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2,591 Stars
3,912 Commits
636 Forks
48 Watchers
9 Branches
178 Contributors
Updated on Jul 10, 2025
Latest Version
3.0.1
Package Id
@webpack-cli/serve@3.0.1
Unpacked Size
11.54 kB
Size
3.70 kB
File Count
5
NPM Version
lerna/8.1.9/node@v22.11.0+x64 (linux)
Node Version
22.11.0
Published on
Dec 20, 2024
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
The official Command Line Interface of webpack
Webpack CLI provides the interface of options webpack uses in its configuration file. The CLI options override options passed in the configuration file.
The CLI provides a rich set of commands that helps you develop your application faster.
If you have followed the Getting Started guide of webpack then webpack CLI is already installed!
Otherwise npm install --save-dev webpack-cli
, yarn add webpack-cli --dev
or pnpm add --D webpack-cli
will install it.
Get to know what are the available commands and arguments here.
We organize webpack CLI as a multi-package repository using lerna. The main CLI logic using options, resides in packages/webpack-cli
, while commands supported by the CLI, has dedicated subfolders in the folder packages
.
A summary of supported commands is described below.
Supporting developers is an important task for webpack CLI. Thus, webpack CLI provides different commands for many common tasks.
build|bundle|b [entries...] [options]
- Run webpack (default command, can be omitted).configtest|t [config-path]
- Validate a webpack configuration.help|h [command] [option]
- Display help for commands and options.info|i [options]
- Returns information related to the local environment.serve|server|s [entries...] [options]
- Use webpack with a development server that provides live reloading.version|v [commands...]
- Output the version number of webpack
, webpack-cli
, webpack-dev-server
, and commands.watch|w [entries...] [options]
- Run webpack and watch for files changes.If you have followed the Getting Started guide of webpack, then webpack CLI is already installed!
Otherwise, you would need to install webpack CLI and the packages you want to use.
If you want to create a fresh webpack project run the command as stated below:
1npx create-new-webpack-app init
You will then be prompted for some questions about which features you want to use, such as scss
, typescript
, PWA
support or other features.
Exit Code | Description |
---|---|
0 | Success |
1 | Errors from webpack |
2 | Configuration/options problem or an internal error |
The webpack family welcomes any contributor, small or big. We are happy to elaborate, guide you through the source code and find issues you might want to work on! To get started have a look at our contribution documentation.
If you like webpack, please consider donating through Open Collective to help us keep the project relevant.
Guidelines to how the webpack organization expects you to behave is documented under Code of Conduct
No vulnerabilities found.
Reason
security policy file detected
Details
Reason
30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
Found 6/10 approved changesets -- score normalized to 6
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More