vijaycs85/druponent

基于 Drupal 组件的配置文件。

安装: 0

依赖: 0

建议者: 0

安全: 0

星标: 3

关注者: 2

分支: 1

公开问题: 1

类型:项目

dev-8.x-1.x 2017-02-24 23:59 UTC

This package is auto-updated.

Last update: 2024-08-26 07:41:21 UTC


README

Drupal 8 配置文件,用于创建一个安装程序,可以消耗 NPM 组件并与 Drupal 主题系统集成。

入门

要开始,您需要

  • NPM (>= 4)
  • 示例组件可以在这里找到

安装

  1. 下载/克隆/composer crate
cd Directory/you/want/to/work/into/it
git clone git@github.com:vijaycs85/druponent.git

  1. 运行 build.sh
./build.sh
  1. 访问网站以继续 Drupal 安装向导。

结构

assets - Assets to build components.
gulp - build taks.
htdocs - Docroot of drupal installation.
--modules/custom
--profiles/custom
--themes/custom