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

https://github.com/jackblackevo/simple-es6-webpack-project

A simple ES6 Webpack Babel Starter Kit.
https://github.com/jackblackevo/simple-es6-webpack-project

babel es6 es6-webpack javascript webpack4

Last synced: 10 months ago
JSON representation

A simple ES6 Webpack Babel Starter Kit.

Awesome Lists containing this project

README

          

# simple-es6-webpack-project
請參考[建立基本的 ES6 專案](https://jackblackevo.github.io/simple-es6-project/)

## Install NPM Packages
```shell
$ npm install
```

## Run Development Server
```shell
$ npm run dev
```

## Build
```shell
$ npm run build
```