microsoft / ReactorPlanning

For planning Microsoft Reactor First Party Content
Creative Commons Attribution 4.0 International
9 stars 7 forks source link

June 28 - July 2 - Get started with Vue CLI and single-file components in Vue.js. #243

Open mebaumb opened 3 years ago

mebaumb commented 3 years ago

Event Information

Category Details
Reactor Topic Coding, Languages, and Frameworks
Title Get started with Vue CLI and single-file components in Vue.js.
Description Although it's possible to create Vue.js applications by using purely JavaScript, most developers need more power and flexibility. By using Vue CLI and single-file components, you can use more robust tooling to enhance the development experience. In this workshop, we'll use Vue CLI to bootstrap an application, and create reusable components in Vue. It's recommended to attend this workshop if you have familiarity with HTML/CSS, Git, npm, JavaScript, and some knowledge of Vue.js.
Level Beginner
Content https://aka.ms/VueCliComponents

Workshop(s) details

Date Local Start Time Location Speaker SharePoint ID Platform
June 29, 2021 6:30 PM Bangalore Devendra Rawat 13105 ----------
June 29, 2021 4:00 PM US/CA/AU Sunny Sharma 13106 ----------
June 30, 2021 7:30 PM Sao Paulo Rafael de Santos 13107 ----------
June 30, 2021 7:30 PM Shanghai Ryan Chung 13108 ----------
June 30, 2021 12:00 PM EMEA Allen Sanders 13109 ----------

Event Checklist

10 Weeks Prior

8 Weeks Prior

5 weeks Prior

1 Week Prior

During and After Stream

meaghanlewis commented 3 years ago

@mebaumb this is ready for your review!

meaghanlewis commented 3 years ago

Instructor notes

Share this link with attendees at the beginning of the workshop: https://aka.ms/VueCliComponents

Workshop steps:

  1. Provide an overview about Vue components that you can create for your application and the benefits they provide. Share the learning objectives for this module/workshop
  2. Provide an overview and demo of Vue CLI: https://cli.vuejs.org/
  3. Create an app using Vue CLI
  4. Create a component
  5. Add props to a component
  6. Add a custom event to a component
  7. Walk through knowledge check and summary

Wrapping up:

mebaumb commented 3 years ago

@meaghanlewis - I don't think you need by in the first sentence: Although it's possible to create Vue.js applications using only JavaScript, most developers need more power and flexibility. By using Vue CLI and single-file components, you can use more robust tooling to enhance the development experience. In this workshop, we'll use Vue CLI to bootstrap an application, and create reusable components in Vue. It's recommended to attend this workshop if you have familiarity with HTML/CSS, Git, npm, JavaScript, and some knowledge of Vue.js.