Skip to content

Commit b6ff4d4

Browse files
committed
minor #17344 [Symfony UX] reference Vue component in VueJs page (zairigimad)
This PR was submitted for the 6.1 branch but it was squashed and merged into the 4.4 branch instead. Discussion ---------- [Symfony UX] reference Vue component in VueJs page <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 010de4d [Symfony UX] reference Vue component in VueJs page
2 parents 959c06d + 010de4d commit b6ff4d4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend/encore/vuejs.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Enabling Vue.js (``vue-loader``)
66

77
Do you prefer video tutorials? Check out the `Vue screencast series`_.
88

9+
.. tip::
10+
11+
Check out live demos of Symfony UX Vue component at `https://ux.symfony.com/vue`_!
12+
913
Want to use `Vue.js`_? No problem! First enable it in ``webpack.config.js``:
1014

1115
.. code-block:: diff
@@ -180,3 +184,4 @@ following in your Twig templates:
180184
.. _`Scoped Styles`: https://vue-loader.vuejs.org/guide/scoped-css.html
181185
.. _`CSS Modules`: https://github.com/css-modules/css-modules
182186
.. _`Vue screencast series`: https://symfonycasts.com/screencast/vue
187+
.. _`https://ux.symfony.com/vue`: https://ux.symfony.com/vue

0 commit comments

Comments
 (0)