Coder Social home page Coder Social logo

typo3_vite's People

Contributors

crazy252 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

typo3_vite's Issues

Typo3 v12 package?

Hey crazy252.

Really nice extension ๐Ÿ‘ - thx.

I would like to use it in a Typo3 version 12 environment and couldn't find a matching version of this extension. So I just cloned your package into the project and changed the requirement in composer.json to 12 and the constraint in ext_tables.php to 12.

It seems the extension is running with v12 out of the box.

I would kindly ask if you can publish a v12 package to packagist.org.

Thanks in advance.

Typo3 v12 compatibility issue

Hi crazy252,

me again with a small request :)

The definition of the static template file in ext_tables.php leads to a warning in the install tool.

In Typo3 v12 go to Admin-Tools -> Upgrade -> Check Extension Compatibility. Then this message is shown:

Screenshot 2023-10-12 at 06 11 07

The solution is to remove ext_tables.php and move the contents to:

typo3_vite/Configuration/TCA/Overrides/sys_template.php

<?php

declare(strict_types=1);

use TYPO3\CMS\Core\Utility\ExtensionManagementUtility;

ExtensionManagementUtility::addStaticFile(
    'typo3_vite',
    'Configuration/TypoScript',
    'TYPO3 Vite'
);

Thx in advance and best regards

sunixzs :-)

BTW: ext_localconf.php has no function and IMO this file can be removed also.

Add ChatGPT description to readme

ChatGPT Q:Give me a thoughtful, playful description for a oss project that is an extension adds Vite.js to your Typo3 project!
A:
This open source project provides a bridge between Vite.js and Typo3 to make development and deployment of modern web applications easier and more efficient. It allows Typo3 users to leverage the power of Vite.js's fast and modular development experience in their projects. It offers an easy-to-use interface for integrating Vite.js into Typo3 and enables developers to take full advantage of Vite.js's modern features, such as hot module replacement, tree-shaking, and code splitting. It's a perfect way to give your Typo3 project the modern web development experience it deserves!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.