helsingborg / modularity-dynamic-guides
创建动态指南的插件
1.4.9
2024-04-18 09:05 UTC
Requires (Dev)
- 10up/wp_mock: ^1.0
- helsingborg-stad/phpcs: ^0.3.5
- lucatume/function-mocker: ^1.3
- dev-main
- 1.4.9
- 1.4.8
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.8
- 1.2.7
- 1.2.5
- 1.2.4
- 1.0.0
- dev-dependabot/npm_and_yarn/webpack-5.94.0
- dev-dependabot/npm_and_yarn/braces-3.0.3
- dev-dependabot/npm_and_yarn/ws-7.5.10
- dev-fix/remove-block
- dev-chore/docblocks-js
- dev-feature/typscript-setupOutcomes
- dev-feature/actions-js-validation-and-structure
- dev-feature/acf-outcome-validation
- dev-feature/outcome-text
- dev-feature/restart-guide
- dev-feature/backend-typescript
- dev-feature/frontend-guide-typescript
- dev-feature/frontend-url-js
- dev-feat/generate-results-page
- dev-feature/frontend-resultpage-js
- dev-feat/frontend-js-refactored
- dev-feature/setup-js
- dev-feature/frontend-js
This package is auto-updated.
Last update: 2024-08-31 04:18:55 UTC
README
Modularity Dynamic Guides
目录
关于Modularity Dynamic Guides
这是一个空白模板,用于开始
构建工具
- PHP
- NPM
- Webpack
- Modularity
入门
要本地复制并运行,请按照以下简单步骤操作。
先决条件
以下是一个如何列出使用软件所需的物品及其安装方式的示例(mac os)。
- composer
brew install composer
- npm
brew install node
安装
- 克隆仓库
git clone https://github.com/NiclasNorin/modularity-dynamic-guides.git
- 安装和构建NPM包
npm install && npm run build
- 安装composer包
composer install
使用
使用此空间展示项目如何使用的一些有用示例。额外的截图、代码示例和演示在此空间中效果很好。您还可以链接到更多资源。
更多示例,请参阅文档
部署
部署说明。
路线图
请参阅公开问题,了解建议的功能(和已知问题)列表。
贡献
贡献使得开源社区成为一个如此美妙的学习、灵感和创造的地方。您做出的任何贡献都将被高度赞赏。
- 分支项目
- 创建功能分支(
git checkout -b feature/AmazingFeature
) - 提交更改(
git commit -m 'Add some AmazingFeature'
) - 推送到分支(
git push origin feature/AmazingFeature
) - 打开拉取请求
许可证
在MIT许可证下分发。