somardigital / silverstripe-vite
A module to allow loading Vite assets in Silverstripe
Installs: 515
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- php: ^8.3
- silverstripe/framework: ^6.0
Requires (Dev)
- phpstan/extension-installer: ^1.3
- phpunit/phpunit: ^11.0
- silverstripe/standards: ^1
- squizlabs/php_codesniffer: ^3.7
README
WIP: This project is a work in progress. Although it is fully working we are still implementing unit testing and github actions.
This module provides the ability to load Vite assets into Silverstripe.
Note: This module does not provide any frontend build tooling
Installation
composer require "somardigital/silverstripe-vite"
Requirements
- php: ^8.3
- silverstripe/cms: ^6.0
Documentation
Todo
- Add unit tests
- Fix CI
- Implement usage in templates
- Allow multiple manifest files
- Add support for modules