wp-kit/itcss
Composer 安装命令:
composer require wp-kit/itcss
包简介
A blank canvas file structure for ITCSS methodology
README 文档
README
This repo is a blank canvas file structure for JS and ScSS using ITCSS methodology - using Webpack to build your CSS and JS with sourcemaps and manifest file.
To install just download this repo and place within your public folder / theme etc. and then run
npm i
We have included two example libraries, foundation-sites and slick-carousel. To install your preferred framework, just use a package manager and update the references in styles/style.scss and scripts/application.js.
You can then build JS and CSS files:
npm run build
You can watch JS and CSS files:
npm start
Commands can be seen in package.json file:
"build": "export NODE_ENV=production; webpack --mode production",
"watch": "webpack-dev-server --mode development --watch --hot --inline",
"start": "npm run watch --silent"
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-07-14