soma / papyrus-theme
0.0.3
2020-06-09 16:09 UTC
Requires
- php: >=7.0.0
- composer/installers: ~1.6
This package is auto-updated.
Last update: 2024-09-10 01:24:04 UTC
README
安装
直接安装
只需在您的 Papyrus 项目中引入主题即可
composer require soma/papyrus-theme
开发使用
该主题使用 parcel 构建。使用 npm/yarn 安装所有模块
npm install
然后运行 npm run dev
进行开发构建,文件更改时更新。或者运行 npm run release
以构建生产版本。
配置
构建系统使用 parcel.js 和相对路径来引用主题资源 - 如 package.json 文件中指定的命令所示。您可能需要更改公共 URL 以适应您的环境。
许可
MIT