Skip to content

cighsen02/webpack5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack5

License: MIT

Sensible webpack 5 boilerplate using Babel, PostCSS and Sass with a hot dev server and an optimized production build.

Installation

Clone this repo and npm install.

npm i

Usage

Development server

npm dev

You can view the development server at localhost:5000.

Production build

npm run build

Note: Install http-server globally to deploy a simple server.

npm i -g http-server

You can view the deploy by creating a server in dist.

cd dist && http-server

Features

Dependencies

webpack

Babel

Loaders

Plugins

Author

License

This project is open source and available under the MIT License.

About

webpack5 bootstrap5 vue3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published