# IntelTran **Repository Path**: wxnzq/IntelTran ## Basic Information - **Project Name**: IntelTran - **Description**: webpack实践,webpack+jquery+bootstrap+layer 实现模块化 开发 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-22 - **Last Updated**: 2021-06-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. import - export ==> https://www.cnblogs.com/diligenceday/p/5503777.html------https://blog.csdn.net/qq_28702545/article/details/54892562 2. devDependencies - dependencies ==> https://blog.csdn.net/zdeer520/article/details/73431295 3. layer => 只用作 layer 4. 该项目会出现短暂的看不到样式的画面 5. html组件里面可以直接加入样式 6. import "*.js" 7. 404 问题 resolve: {extensions: ['.js', '.json'],alias: {"@" : "../../assets"},}, 8. npm run dev_m -- 运行 9. 构造函数 : 构造函数具有大写名称 10. npm install xxxxx --save 11. publicPath http://www.cnblogs.com/SamWeb/p/8353367.html 12. 怎么设置了PublicPath就找不到html