mediacurrent / rain_theme
Mediacurrent Rain 启动主题。
7.2
2022-12-20 17:40 UTC
- 7.x-dev
- 7.2
- 7.1
- 7.0
- 6.x-dev
- 6.1
- 6.0.2
- 6.0.1
- 6.0
- 5.x-dev
- 5.2
- 5.1
- 5.0.5
- 5.0.4
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0
- 4.x-dev
- 4.0-beta3
- 4.0-beta1
- 3.x-dev
- 3.2
- 3.1
- 3.0
- 2.x-dev
- 2.12
- 2.11
- 2.10
- 2.9
- 2.8
- 2.7
- 2.6
- 2.5
- 2.4
- 2.3
- 1.x-dev
- 1.10
- 1.9
- 1.8
- 1.7
- 1.6
- 1.5
- 1.4
- 1.3
- 1.2
- 1.1
- 1.0
- dev-feature/bootstrap
- dev-feature/bootstrap-settings
- dev-feature/MCT-1422--d10
- dev-feature/storybook
- dev-feature/MIS-318-raintheme-font-stack
- dev-feature/MIS-318-raintheme-demo-all
- dev-feature/MIS-318-icon-fonts-map-mixin
- dev-feature/MIS-318-button-map-mixin
- dev-feature/MIS-318-raintheme-grid-poc-wfonts
- dev-feature/drupal-issue-3311307
- dev-feature/MIS-318-raintheme-grid
- dev-MIS-318-rain-theme-font-stack
- dev-feature/theme-cleanup-fixes
- dev-MIS-318-rain-theme-grid-creation
- dev-bugfix/johnmichaeldegojas/MCSD-439_Lightbox_padding_left_fix
- dev-bugfix/johnmichaeldegojas/MCSD-439-Rain_Demo_Lightbox_functionality_fix
- dev-revert-pr-88
- dev-feature/johnzeltuddao/MCSD-415-resolve-Components-module-deprecated-error
- dev-feature/cajudayrj/MCSD-345
- dev-rain_demo
- dev-feature/MCSD-328-carousel-cards
- dev-feature/MCSD-328-event-carousel
- dev-feature/3109713--drupal-9
- dev-feature/HIS-77--asset-fixes
- dev-feature/fix-pager-current
- dev-feature/BEATCOVID-144--Answers-ata-Glance
- dev-covid
- dev-rain_university
- dev-feature/3118895-carousel-expand-icon
- dev-feature/rain-carousel-slick-dots
- dev-feature/columns-title
- dev-feature/USCLA-68--carousel-QA-fail
- dev-feature/USCLA-66--card-carousel
- dev-feature/USCLA-98--columns-styling
This package is auto-updated.
Last update: 2024-09-25 04:38:19 UTC
README
浏览器支持
Autoprefixer & Babel 已设置为支持最新两个版本的现代浏览器
这些可以在 package.json
中随时更新。
从主题目录运行以下命令
如果您还没有安装 nvm,请安装: https://github.com/creationix/nvm
使用正确的 node 版本
nvm use
此命令将检查您的 .nvmrc
文件并使用其中指定的 node.js 版本。这确保了所有开发者使用相同的 node 版本以保持一致性。
如果该版本的 node.js 未安装,请使用以下命令安装:
nvm install
使用以下命令安装 npm 依赖项
npm install
此命令会检查 package.json
并安装其中指定的所有 npm 依赖项。其中一些依赖项包括 gulp、autoprefixer、gulp-sass 等。
运行默认任务
npm run build
这将运行默认任务。
编译 Sass
npm run compile
这将执行一次 Sass 编译。
运行监视命令
npm run watch
当您进行大量 Sass 变更并且希望确保每次保存更改时都自动编译为 CSS 时,这是理想的。
清理编译目录
npm run clean
这将执行一次删除 dist/ 目录中所有编译文件的删除操作。