Skip to content

Easily implement webpack for any kind of front-end app

License

Notifications You must be signed in to change notification settings

mrbone/webpack-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack Bootstrap

Easy implement webpack for any kind of font-end app.

Commitizen friendly FOSSA Status

Install

yarn add webpack-bootstrap --dev

or

npm install webpack-bootstrap --save-dev

Tasks

Webpack-bootstrap support build and dev task right now. Set a script in package.json to easily invoke tasks.

When you run the tasks below first time, you will been asked for which liberary you wanna compile, and then save this in .wbootrc in your package root folder.

"scripts": {
  "wboot": "wboot"
}

build

Create a js bundle from src/index, the extension can be js/jsx.

yarn wboot build

or

npm run wboot build

start

Start a local server.

yarn wboot dev

License

FOSSA Status

About

Easily implement webpack for any kind of front-end app

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published