From 46395fd69b286a5b45bd1df7d500362b0d6aabcf Mon Sep 17 00:00:00 2001 From: Abdouni Abdelkarim Date: Fri, 29 May 2020 11:17:07 +0200 Subject: [PATCH] Update vuejs.rst add link to SymfonyCasts tutorial --- frontend/encore/vuejs.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/encore/vuejs.rst b/frontend/encore/vuejs.rst index a92fa1b116b..83986fc20b4 100644 --- a/frontend/encore/vuejs.rst +++ b/frontend/encore/vuejs.rst @@ -1,6 +1,11 @@ Enabling Vue.js (``vue-loader``) ================================ +.. admonition:: Screencast + :class: screencast + + Do you prefer video tutorials? Check out the `Vue screencast series`_. + Want to use `Vue.js`_? No problem! First enable it in ``webpack.config.js``: .. code-block:: diff @@ -156,3 +161,4 @@ you can import them with ``require()`` function: .. _`JSX with Vue.js`: https://github.com/vuejs/jsx .. _`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