simple-boilerplate:一个简单的webpack样板,可让您轻松使用HTML,JS和CSS

时间:2024-02-19 10:54:48
【文件属性】:

文件名称:simple-boilerplate:一个简单的webpack样板,可让您轻松使用HTML,JS和CSS

文件大小:6.86MB

文件格式:ZIP

更新时间:2024-02-19 10:54:48

javascript css html npm boilerplate

:rocket: HTML Webpack样板 :sparkles: :gear_selector: 产品特点 Webpack 5 巴别塔 PostCSS ESlint Stylelint 更漂亮 devServer :chequered_flag: 快速开始 # Download repository: git clone https://github.com/fedorovsky/simple-boilerplate simple-boilerplate # Go to the app: cd simple-boilerplate # Install dependencies: npm install # Server with live reload at http://localhost:8000/ npm run start :chequered_flag: 像素 您可以复制此命令并将其粘贴到终端中。 该项目将被下载并启动。 请享用。 npx create-simple-boilerplate new-site cd new-site npm install


【文件预览】:
simple-boilerplate-master
----.gitignore(94B)
----.babelrc(217B)
----webpack.dev.js(995B)
----.eslintrc(606B)
----package.json(2KB)
----.stylelintrc(8KB)
----src()
--------fonts()
--------js()
--------css()
--------index.html(2KB)
--------favicon.ico(15KB)
--------img()
--------500.html(148B)
--------404.html(148B)
----postcss.config.js(279B)
----dist()
--------fonts()
--------js()
--------css()
--------index.html(3KB)
--------img()
--------500.html(227B)
--------404.html(227B)
----.github()
--------workflows()
----.prettierignore(14B)
----webpack.prod.js(660B)
----README.md(1KB)
----webpack.common.js(2KB)
----.npmignore(19B)
----.prettierrc(51B)

网友评论