Skip to content

Commit e9c3c0f

Browse files
committed
minor #13725 Update vuejs.rst (abdounikarim)
This PR was submitted for the 5.0 branch but it was merged into the 3.4 branch instead. Discussion ---------- Update vuejs.rst add link to SymfonyCasts tutorial Commits ------- 46395fd Update vuejs.rst
2 parents d388017 + 46395fd commit e9c3c0f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

frontend/encore/vuejs.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Enabling Vue.js (``vue-loader``)
22
================================
33

4+
.. admonition:: Screencast
5+
:class: screencast
6+
7+
Do you prefer video tutorials? Check out the `Vue screencast series`_.
8+
49
Want to use `Vue.js`_? No problem! First enable it in ``webpack.config.js``:
510

611
.. code-block:: diff
@@ -156,3 +161,4 @@ you can import them with ``require()`` function:
156161
.. _`JSX with Vue.js`: https://github.com/vuejs/jsx
157162
.. _`Scoped Styles`: https://vue-loader.vuejs.org/guide/scoped-css.html
158163
.. _`CSS Modules`: https://github.com/css-modules/css-modules
164+
.. _`Vue screencast series`: https://symfonycasts.com/screencast/vue

0 commit comments

Comments
 (0)