1. @webpack-cli/serve
[![NPM Downloads][downloads]][downloads-url]
@webpack-cli/serve
Package: @webpack-cli/serve
Created by: webpack
Last modified: Sun, 04 Jun 2023 02:13:55 GMT
Version: 2.0.5
License: MIT
Downloads: 23,831,197
Repository: https://github.com/webpack/webpack-cli

Install

npm install @webpack-cli/serve
yarn add @webpack-cli/serve

webpack-cli serve

NPM Downloads

Note

This package is used by webpack-cli under-the-hood and is not intended for installation

Description

This package contains the logic to run webpack-dev-server to serve your webpack app and provide live reloading.

Installation

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

Usage

CLI (via webpack-cli)

 npx webpack-cli serve

Options

Checkout SERVE-OPTIONS-v3.md or SERVE-OPTIONS-v4.md to see list of all available options for serve command for respective webpack-dev-server version.

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin