https://github.com/sendya/webpack4-template
https://github.com/sendya/webpack4-template
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sendya/webpack4-template
- Owner: sendya
- Created: 2019-06-17T07:22:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:20:16.000Z (over 3 years ago)
- Last Synced: 2025-12-27T03:40:12.535Z (6 months ago)
- Language: JavaScript
- Size: 1.73 MB
- Stars: 0
- Watchers: 0
- 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
```