# common-build-tool **Repository Path**: monw3c/common-build-tool ## Basic Information - **Project Name**: common-build-tool - **Description**: 基于webpack的最原始的多页面入口,非MVVM框架打包工具 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-11-03 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 关于 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(需根据自己项目配置)