From 010de4d7bd43fbc30b80c0ccddaba12f45833f12 Mon Sep 17 00:00:00 2001 From: Zairig Imad Date: Wed, 12 Oct 2022 16:50:45 +0100 Subject: [PATCH] [Symfony UX] reference Vue component in VueJs page --- frontend/encore/vuejs.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/encore/vuejs.rst b/frontend/encore/vuejs.rst index a4162e00b65..769afa8e824 100644 --- a/frontend/encore/vuejs.rst +++ b/frontend/encore/vuejs.rst @@ -6,6 +6,10 @@ Enabling Vue.js (``vue-loader``) Do you prefer video tutorials? Check out the `Vue screencast series`_. +.. tip:: + + Check out live demos of Symfony UX Vue component at `https://ux.symfony.com/vue`_! + Want to use `Vue.js`_? No problem! First enable it in ``webpack.config.js``: .. code-block:: diff @@ -180,3 +184,4 @@ following in your Twig templates: .. _`Scoped Styles`: https://vue-loader.vuejs.org/guide/scoped-css.html .. _`CSS Modules`: https://github.com/css-modules/css-modules .. _`Vue screencast series`: https://symfonycasts.com/screencast/vue +.. _`https://ux.symfony.com/vue`: https://ux.symfony.com/vue