You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>This workshop is aimed at web developers who are new to the Vue.js ecosystem. We will walk you through all the essential bits and pieces of Vue.js that's required to make a modern single page application.</p>
19
+
<p>If you're familiar with an existing framework such as React or Angular or have worked with JavaScript applications in general, you should be able to follow this workshop with ease. We would only need minimal tooling to run the project and examples (Node.js, Yarn, Visual Studio Code).</p>
20
+
<p>We will learn these concepts and apply them by building a <a href="https://hnpwa.com/">Hacker News SPA</a>. Since real-world applications often make HTTP calls, we will see how you can do the same within Vue.js and what are the best practices for structuring your Vue.js application. For a sneak peek of what we will be trying to build, check the Hacker News PWA built by Evan You, the creator of Vue.js: <a href="https://github.com/vuejs/vue-hackernews-2.0">https://github.com/vuejs/vue-hackernews-2.0</a></p>
21
+
<p>For those of you curious about the specific concepts we will be tackling, we've listed them below:</p>
22
+
<ul>
23
+
<li>Overview of Vue.js</li>
24
+
<li>Getting familiar with @vue/cli</li>
25
+
<li>Modern JavaScript concepts for Vue.js development</li>
26
+
<li>Understanding reactivity: <code>data</code>, <code>computed</code> and <code>methods</code></li>
27
+
<li>Creating and composing Single File Components (SFCs)</li>
0 commit comments