webpack-from-scratch:学习网页包

时间:2024-05-18 22:36:42
【文件属性】:

文件名称:webpack-from-scratch:学习网页包

文件大小:6KB

文件格式:ZIP

更新时间:2024-05-18 22:36:42

JavaScript

从零开始学习Webpack 来自Hackernoon的Indrek Lasn 项目初始化,webpack和webpack2安装,在本地安装 Webpack也已全局安装 Index.html,index.js和webpack.config.js配置 从CLI运行:webpack 我在github上创建存储库:webpack-from-scratch 我对所有内容进行第一次提交:git add .; git commit -m“ ...” 远程切换 git remote add origin scratch.git git remote -v git push -u原始主机


【文件预览】:
webpack-from-scratch-master
----.gitignore(1KB)
----.babelrc(26B)
----package.json(975B)
----src()
--------index.js(160B)
--------styles.scss(60B)
----webpack.config.js(2KB)
----public()
--------output.js(3KB)
--------index.html(361B)
--------styles.css(29B)
----README.md(546B)

网友评论