Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fishplusorange/easy-webpack
:package: An easy bundler referring to Webpack.
https://github.com/fishplusorange/easy-webpack
bundler webpack
Last synced: 1 day ago
JSON representation
:package: An easy bundler referring to Webpack.
- Host: GitHub
- URL: https://github.com/fishplusorange/easy-webpack
- Owner: FishPlusOrange
- License: mit
- Created: 2019-03-25T07:42:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T18:28:16.000Z (almost 2 years ago)
- Last Synced: 2023-09-18T16:40:51.133Z (about 1 year ago)
- Topics: bundler, webpack
- Language: JavaScript
- Homepage:
- Size: 101 KB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Easy Webpack
An easy bundler referring to Webpack.
## Start
```bash
# clone with Git Bash
git clone https://github.com/FishPlusOrange/easy-webpack.git# change directory
cd easy-webpack# install dependencies
yarn install# build for bundling
yarn run build
```## License
[MIT](https://github.com/FishPlusOrange/easy-webpack/blob/master/LICENSE)
Copyright (c) 2019-present FishPlusOrange