Download the PHP package arnoson/kirby-vite-multi-page-kit without Composer
On this page you can find all versions of the php package arnoson/kirby-vite-multi-page-kit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download arnoson/kirby-vite-multi-page-kit
More information about arnoson/kirby-vite-multi-page-kit
Files in arnoson/kirby-vite-multi-page-kit
Package kirby-vite-multi-page-kit
Short Description A multi-page Kirby CMS + Vite starter kit
License MIT
Informations about the package kirby-vite-multi-page-kit
Kirby Vite Multi-Page Kit
Features
- ⚡️ Uses Vite with kirby-vite plugin
- 📚 Multiple pages
- 🔄 Live Reloading for Kirby templates, snippets, content, ... changes
- 📂 Public folder structure
Installation
Clone this repository and run:
Development
Start vite's dev server and a simple php dev server by running:
Visit localhost:8888
in the browser. Vite's dev server (localhost:5173
) is only used for serving js, css and assets.
Preview
Get a local production preview by running:
Production
Build your optimized frontend assets to public/dist
:
File Nesting
If your are using VS Code, you can add file nesting to visually organize your assets in the editor's file explorer:
Deployment
Manually
Upload the repository to your web server and point your web server to the repository's public
folder.
Rsync
If you have ssh access you can use rsync to automate the upload/sync.
Git
You can also deploy your repository with git. Then you have to run the installation steps again on your web server.
Versioning
Because this is a started kit and not a library it doesn't use semantic versioning. If you wan't to migrate an existing project please look for any breaking changes in the release note.