https://github.com/smulyono/webpack-boot
opiniated auto-configuration for webpack
https://github.com/smulyono/webpack-boot
configuration utilities webpack webpack-boot
Last synced: about 2 months ago
JSON representation
opiniated auto-configuration for webpack
- Host: GitHub
- URL: https://github.com/smulyono/webpack-boot
- Owner: smulyono
- Created: 2017-07-04T23:19:48.000Z (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2018-06-12T05:55:55.000Z (about 8 years ago)
- Last Synced: 2025-09-15T04:07:51.406Z (10 months ago)
- Topics: configuration, utilities, webpack, webpack-boot
- Language: JavaScript
- Size: 389 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Webpack-boot Project
Multi package project using [lerna](https://lernajs.io/).
## Getting started
```bash
$ npm install -g yarn lerna
```
## Current Packages
* Yeoman Generator for webpack-boot
* Webpack boot project
## Starting development
```bash
$ yarn install
$ lerna bootstrap
```
## show all projces
```bash
$ lerna ls
```
## Publish changes
Merge feature branch and do this from develop / release branch.
```bash
$ lerna updated
$ yarn deploy
```