摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>index</title> <script src="jquery.min.js"></script> <style> div.box{ width:1200px; 阅读全文
posted @ 2018-07-16 13:56 雷神约 阅读(180) 评论(0) 推荐(0) 编辑
摘要: let htmlWebpckPlugin= require('html-webpack-plugin');//该组件能将src下面提定的html文件与打包后在js文件打包在一起module.exports={ mode:'development', entry:'./src/main.js', // 阅读全文
posted @ 2018-07-16 09:05 雷神约 阅读(182) 评论(0) 推荐(0) 编辑