praetorius / vite-asset-collector
Use AssetCollector to embed frontend assets generated by vite
Installs: 55 249
Dependents: 1
Suggesters: 0
Security: 0
Stars: 41
Watchers: 4
Forks: 12
Open Issues: 5
Type:typo3-cms-extension
Requires
- php: >=8.1
- symfony/console: ^5.4 || ^6.4 || ^7.0
- typo3/cms-core: ^11.5 || ^12.4 || ^13.0 || dev-main
- typo3/cms-fluid: ^11.5 || ^12.4 || ^13.0 || dev-main
Requires (Dev)
- editorconfig-checker/editorconfig-checker: ^10.3
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^11.1 || ^10.5
- saschaegerer/phpstan-typo3: ^1.8
- typo3/coding-standards: ^0.7 || ^0.8
- typo3/testing-framework: ^8.0 || ^7.0 || dev-main
Suggests
- t3docs/fluid-documentation-generator: To update ViewHelper documentation with doc:viewhelpers
This package is auto-updated.
Last update: 2024-10-31 17:44:31 UTC
README
Vite AssetCollector allows you to use the modern frontend bundler vite to build your TYPO3 project's frontend assets.
Documentation
Documentation on docs.typo3.org
tl;dr
composer req praetorius/vite-asset-collector npm install --save-dev vite vite-plugin-typo3
- Include PlugIn in vite config
- Add
Configuration/ViteEntrypoints.json
to extension(s) - Add
<vac:asset.vite />
to template - Run vite server
- Have fun!
Discussion & Support
You can join #vite on TYPO3 Slack to discuss anything about vite and TYPO3.
Feel free to contact me directly if you are interested in a (paid) workshop to introduce vite to your TYPO3 projects.