Files
archived-recipes-contrib/skipthedragon/inertia-bundle/1.0/post-install.txt
Tudorache Leonard Valentin 8f56f2cee9 Adding recipe for skipthedragon/inertia-bundle:1.0 (#1609)
* Adding recipe for skipthedragon/inertia-bundle:1.0

* removed class from bundles in manifest.json and not existent option from config

* remove conflict

* fix indentation
2024-04-11 09:40:16 +02:00

11 lines
1.1 KiB
Plaintext

<bg=blue;fg=white> </>
<bg=blue;fg=white> Getting started using </><bg=blue;fg=white;options=bold>skipthedragon/inertia-bundle</><bg=blue;fg=white> </>
<bg=blue;fg=white> </>
<fg=blue;options=bold>Configure</> <fg=blue>your transformations:</>
1. React stack: <comment>symfony console inertia:install react --ssr --bundler=webpack</> for Webpack or <comment>symfony console inertia:install react --ssr --bundler=vite</> for Vite.
2. Vue stack: <comment>symfony console inertia:install vue --ssr --bundler=webpack</> for Webpack or <comment>symfony console inertia:install vue --ssr --bundler=vite</> for Vite.
2. Svelte stack: <comment>symfony console inertia:install svelte --ssr --bundler=webpack</> for Webpack or <comment>symfony console inertia:install svelte --ssr --bundler=vite</> for Vite.
3. Adjust the configuration in <comment>%CONFIG_DIR%/packages/inertia.yaml</> according to your needs.
4. Start coding into <comment>assets/js/pages/</>