Ecosyste.ms: Awesome
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: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/sendya/webpack4-template
- Owner: sendya
- Created: 2019-06-17T07:22:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:20:16.000Z (almost 2 years ago)
- Last Synced: 2024-05-03T00:23:03.919Z (7 months ago)
- Language: JavaScript
- Size: 1.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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```