mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
12 lines
718 B
Plaintext
12 lines
718 B
Plaintext
<bg=blue;fg=white> </>
|
|
<bg=blue;fg=white> Getting started using </><bg=blue;fg=white;options=bold>pentatrion/vite-bundle</><bg=blue;fg=white> </>
|
|
<bg=blue;fg=white> </>
|
|
|
|
<fg=blue;options=bold>Configure</> <fg=blue>your transformations:</>
|
|
1. Add if necessary a configuration file in <comment>%CONFIG_DIR%/packages/pentatrion_vite.yaml</>.
|
|
2. Verify the Vite configuration in <comment>/vite.config.js</>.
|
|
3. Install npm and run <comment>npm i</>.
|
|
4. Start the development server: <comment>npm run dev</>.
|
|
5. Start coding into <comment>assets/app.js</>
|
|
|