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

https://github.com/shaodahong/wdemo

This template can help you quickly start a webpack project
https://github.com/shaodahong/wdemo

javascript js loaders module webapck3 webpack

Last synced: 2 months ago
JSON representation

This template can help you quickly start a webpack project

Awesome Lists containing this project

README

          

# wdemo

![wdemo-travis-ci](https://travis-ci.org/shaodahong/wdemo.svg?branch=master)

This template can help you quickly start a webpack project

## What to use it for?
If you want to start a quick ES6 project, if you want to start a Webpack project quickly, then you should not hesitate to use it

## Installation

```
$ npm install boarder -g
```

## Quick Start
```
$ boarder init my-project
$ cd my-project
$ npm install
$ npm run dev
````

## More Information
In development
```
$ npm run dev
```

In build
```
$ npm run build
```