/common-build-tool

基于webpack的最原始的多页面入口,非MVVM框架打包工具

Primary LanguageJavaScript

关于

common build tool(multiple page entry),just the common construct,without MVVM framework
(基于webpack的最原始的多页面入口,非MVVM框架打包工具)

为什么要做这个?

现在各种框架好用又方便,为什么还要做这个玩意?!
在项目中,碰到有些时候真的不需要用到框架,用最轻快结构(还是因为懒)反而更好不是吗~
跨域问题我本身喜欢用nginx,当然你也可以dev-server里proxytable,just u like:)

如何启动

git clone https://github.com/monw3c/common-build-tool.git
cd common-build-tool
npm install(npm webpack g -i)
npm run dev npm run build(需根据自己项目配置)