webpack-starter:webpack 的入门

时间:2021-06-07 22:51:09
【文件属性】:
文件名称:webpack-starter:webpack 的入门
文件大小:36KB
文件格式:ZIP
更新时间:2021-06-07 22:51:09
JavaScript webpack-starter starter 使用 webpack 和 NPM 作为构建工具( ) webpack 设置基于: ://christianalfoni.github.io/javascript/2014/12/13/did-you-know-webpack-and-react-is-awesome.html & 快速开始 要在本地计算机上设置此项目: 网络包 $ npm install webpack -g Webpack 开发服务器 $ npm install webpack-dev-server -g NPM 依赖项 $ npm install 通过 npm build 启动 webpack server (for JS) 和 nodemon (for CSS) $ npm run work 打开 去做 为不同的页面设置块和延迟加载特定于页面的 j
【文件预览】:
webpack-starter-master
----package.json(2KB)
----index.html(339B)
----static()
--------css()
--------styl()
--------scripts()
----dist()
--------vendors.js(84KB)
--------bundle.js(150B)
----.gitignore(524B)
----webpack.config.js(1KB)
----bundle.js(2KB)
----README.md(826B)
----autoprefixer(143B)

网友评论