jinjie/silverstripe-starter

此软件包最新版本(3.2.0)没有提供许可信息。

Silverstripe Starter Pack


README

我的标准软件包,用于启动新的Silverstripe网站。

如何开始

composer create-project jinjie/silverstripe-starter myproject
cd myproject
yarn

# Copy .env.example to .env and edit the file before running this
vendor/bin/sake dev/build

Silverstripe Elemental

首次构建时,运行 DNADesign-Elemental-Tasks-MigrateContentToElement 任务将内容迁移到Elemental

开始开发

  1. 编辑 gulpfile.js 并更改网站的地址
  2. 运行 gulp watch