We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d388017 commit 46395fdCopy full SHA for 46395fd
frontend/encore/vuejs.rst
@@ -1,6 +1,11 @@
1
Enabling Vue.js (``vue-loader``)
2
================================
3
4
+.. admonition:: Screencast
5
+ :class: screencast
6
+
7
+ Do you prefer video tutorials? Check out the `Vue screencast series`_.
8
9
Want to use `Vue.js`_? No problem! First enable it in ``webpack.config.js``:
10
11
.. code-block:: diff
@@ -156,3 +161,4 @@ you can import them with ``require()`` function:
156
161
.. _`JSX with Vue.js`: https://github.com/vuejs/jsx
157
162
.. _`Scoped Styles`: https://vue-loader.vuejs.org/guide/scoped-css.html
158
163
.. _`CSS Modules`: https://github.com/css-modules/css-modules
164
+.. _`Vue screencast series`: https://symfonycasts.com/screencast/vue
0 commit comments