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

https://github.com/sendya/webpack4-template


https://github.com/sendya/webpack4-template

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

## Webpack4 template

use webpack4

run or build

```
# add node_modules
$ yarn

# watch dev mode
$ yarn run start

# run build
$ yarn run build

```