webpack-template-pug:Webpack +哈巴狗

时间:2024-06-01 17:57:06
【文件属性】:

文件名称:webpack-template-pug:Webpack +哈巴狗

文件大小:125KB

文件格式:ZIP

更新时间:2024-06-01 17:57:06

JavaScript

Webpack模板 Webpack是一个模块捆绑器。 它的主要目的是捆绑JavaScript文件以供在浏览器中使用,但它也能够转换,捆绑或打包几乎任何资源或资产。 基本模板: 作者:| 构建设置: # Download repository: git clone https://github.com/vedees/webpack-template-pug webpack-template-pug # Go to the app: cd webpack-template-pug # Install dependencies: npm install # Server with hot reload at http://localhost:8081/ npm run dev # Output will be at dist/ folder npm run build 项目结构: sr


【文件预览】:
webpack-template-pug-master
----.gitignore(236B)
----.babelrc(47B)
----package.json(2KB)
----package-lock.json(398KB)
----src()
--------components()
--------assets()
--------js()
--------index.js(322B)
--------static()
--------pug()
----postcss.config.js(511B)
----build()
--------webpack.base.conf.js(4KB)
--------webpack.build.conf.js(294B)
--------webpack.dev.conf.js(603B)
----LICENSE(1KB)
----README.md(7KB)

网友评论