https://github.com/alienzhou/webpack-kickoff-template
kickoff a empty webpack demo quickly 🚀
https://github.com/alienzhou/webpack-kickoff-template
demo kickoff template webpack
Last synced: about 1 month ago
JSON representation
kickoff a empty webpack demo quickly 🚀
- Host: GitHub
- URL: https://github.com/alienzhou/webpack-kickoff-template
- Owner: alienzhou
- Created: 2019-04-21T04:40:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-30T03:54:30.000Z (about 7 years ago)
- Last Synced: 2025-03-09T19:51:22.654Z (over 1 year ago)
- Topics: demo, kickoff, template, webpack
- Language: JavaScript
- Homepage: https://alienzhou.github.io/webpack-kickoff-template/
- Size: 210 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-kickoff-template
Help you to quickly start a project based on [Webpack](https://webpack.js.org/).
In my work, I often need to start a tiny demo quickly to
- try a npm lib by `import`
- test/try a webpack plugin or loader
- write a demo page for some features
- ……
Without configuring Wepack, `generator-webpack-kickoff` makes these more simple.
