mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
* 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
11 lines
1.1 KiB
Plaintext
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/</>
|