An open API service indexing awesome lists of open source software.

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

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
```