maxxscho/kirby-rocket
最新稳定版本:3.0.0
Composer 安装命令:
composer create-project maxxscho/kirby-rocket
包简介
Kirby 4 Boilerplate with TailwindCSS, AlpineJS and ViteJS for tooling
关键字:
README 文档
README
A starter kit for the great Kirby CMS, based on Kirby Plainkit, pre-configured with the following tools to start quickly:
Requirements
- PHP 8.1+
- NodeJS (with NPM) 18+
Usage
The easiest way to install the project is with composer create-project.
composer create-project maxxscho/kirby-rocket your-project-directory
Node modules are installed and built automatically after project creation.
To run everything manually:
In your project root install the node modules.
npm install
Start the dev server...
npm run dev
or build the assets.
npm run build
Error when opening the site for the first time
If you open the site the first time and you get an error it's most likely because you didn't start the Dev-Server with npm run dev or didn't run the build with npm run build. Therefore the Vite Helper doesn't find the manifest.json.
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-10-26