File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -12,20 +12,19 @@ bringing the complexity of a React/Vue/Angular application.
12
12
Installation
13
13
------------
14
14
15
- Before you start, make sure you have `Symfony UX configured in your app `_.
15
+ Before you start, make sure you have `StimulusBundle configured in your app `_.
16
16
17
17
Then install the bundle using Composer and Symfony Flex:
18
18
19
19
.. code-block :: terminal
20
20
21
21
$ composer require symfony/ux-swup
22
22
23
- If you're using WebpackEncore, install your assets and restart Encore. This is
24
- not needed if you're using AssetMapper:
23
+ If you're using WebpackEncore, install your assets and restart Encore (not
24
+ needed if you're using AssetMapper) :
25
25
26
26
.. code-block :: terminal
27
27
28
- # Don't forget to install the JavaScript dependencies as well and compile
29
28
$ npm install --force
30
29
$ npm run watch
31
30
@@ -203,4 +202,4 @@ https://symfony.com/doc/current/contributing/code/bc.html
203
202
.. _`the Symfony UX initiative` : https://symfony.com/ux
204
203
.. _`StimulusBundle` : https://symfony.com/bundles/StimulusBundle/current/index.html
205
204
.. _`Swup Options` : https://swup.js.org/options
206
- .. _ `Symfony UX configured in your app` : https://symfony.com/doc/ current/frontend/ux .html
205
+ .. _ StimulusBundle configured in your app : https://symfony.com/bundles/StimulusBundle/ current/index .html
You can’t perform that action at this time.
0 commit comments