webpack-sass-poc:使用基于 npm 的 SASS 存储库的 webpack sass 概念证明

时间:2024-06-21 13:46:42
【文件属性】:

文件名称:webpack-sass-poc:使用基于 npm 的 SASS 存储库的 webpack sass 概念证明

文件大小:8KB

文件格式:ZIP

更新时间:2024-06-21 13:46:42

JavaScript

##Webpack/React/Sass Surprise Panda 这是尝试将 sass 样式模块化加载到 webpack/react 应用程序中的概念证明 ###Step 1 - 克隆 git clone https://github.com/GasStationTV/webpack-sass-poc.git ###Step 2 - 设置 npm run setup 运行安装程序将执行 npm install 并将 style-repos 复制到 node_modules 中以模仿 npm 样式的 repo 依赖项。 npm run copy-styles 如果需要,复制样式是从样式存储库复制样式的手动方式 ###Step 3 - 构建和运行 #####Building 如果你只想构建 npm run build #####Running 如果你想运行开发服务器 npm


【文件预览】:
webpack-sass-poc-master
----.jshintrc(531B)
----.gitignore(41B)
----app()
--------index.js(404B)
--------index.html(126B)
--------lib()
--------styles()
----package.json(929B)
----webpack.config.js(1KB)
----README.md(926B)
----test-webpack-poc-styles()
--------index.js(24B)
--------style.scss(170B)
----.editorconfig(173B)

网友评论