Skip to content

Instantly share code, notes, and snippets.

@prpatel
Last active June 29, 2021 14:30
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prpatel/f4c26b968083c0345bfbb4adb732ab5c to your computer and use it in GitHub Desktop.
Save prpatel/f4c26b968083c0345bfbb4adb732ab5c to your computer and use it in GitHub Desktop.

Please complete these instructions only for the workshop you have registered for before arriving at the conference center on Monday March 2.

A Deep Dive into Vue 3.0

  • Node.js 10+ pre-installed
  • Editor: VSCode or an editor with built-in TypeScript support is recommended. We are not going to ask everyone to write TypeScript, but Vue 3's typing will benefit even JavaScript code!

Proven Patterns for Building Vue Apps

Please go here and follow the instructions: https://gist.github.com/chrisvfritz/a402cc23bd2437b608b49d95cf86218d

Ridiculously Reusable Components in Vue.js

Please go here and follow the instructions: https://github.com/ridiculously-reusable-components/workshop-resources

Vue State Management with Vuex

Please go here: https://gist.github.com/shortdiv/9613a03c779ecd95ad0f41a5f249a9c0

Motion Design with Vue

  • Node.js 10+ pre-installed
  • Editor: VSCode or an editor with built-in TypeScript support is recommended. We are not going to ask everyone to write TypeScript, but Vue 3's typing will benefit even JavaScript code!

Intro to Vue.js (Gregg & Adam)

https://drive.google.com/file/d/1hjyg53UJd4pYupaCEbBfRXFxHkiv8p-w/view

Vuetify Essentials & Deep Dive Workshop

Users need to install the Vuetify preset. This requires @vue/cli and access to the command line. To setup, they need to run the the following command in the terminal:

vue create workshop —preset vuetifyjs/vue-cli-preset-vue

As a backup to that, users can clone the following repositories; vue-cli-preset-vuetify and our plugin suite by running the following commands in the terminal:

git clone vuetifyjs/vue-cli-preset-vuetify git clone vuetifyjs/vue-cli-plugins

To reiterate, the first one is required, the second is a solid backup just in case.

Application Testing in Vue.js

  • Node.js 10+ pre-installed
  • Editor: VSCode or an editor with built-in TypeScript support is recommended. We are not going to ask everyone to write TypeScript, but Vue 3's typing will benefit even JavaScript code!
@rts-rob
Copy link

rts-rob commented Feb 24, 2020

Believe the Vuetify Essentials & Deep Dive Workshop install command should be:

vue create workshop --preset vuetifyjs/vue-cli-preset-vuetify

Did not work for me as listed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment