/wdemo

This template can help you quickly start a webpack project

Primary LanguageJavaScriptMIT LicenseMIT

wdemo

wdemo-travis-ci

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