Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Let's build a Vuejs web app

Let's build a Vuejs web app

Codelab for Vue vixens meetup. Introductory slides to show what would be covered in the codelab.

Adora Nwodo

March 23, 2019
Tweet

More Decks by Adora Nwodo

Other Decks in Technology

Transcript

  1. Hi, I’m Adora! Multidisciplinary software engineer GDG Ajah Co-organizer Women

    Techmakers Ambassador Blogger, adorahack.com Twitter @theadoranwodo GitHub @adoranwodo 2
  2. What we’d cover • Setting up your VueJS app •

    CSS Grid • Styling in Vue • Code structure in preparation for moving forward 4
  3. Tools you need • The WiFi (Connect if you haven’t)

    • A modern browser (e.g. Chrome, Microsoft Edge) • A text editor (e.g. VSCode, Sublime Text) • NPM 5
  4. Install Vue and Dependencies • Install Vue CLI - npm

    install -g @vue/cli -@vue/cli • Create a Vue Project - vue create pet-shop • Install Vuetify - npm i vuetify OR Clone the starter repo git clone https://github.com/AdoraNwodo/vue-vixens-starter.git 7
  5. Shared Links • App.vue - bit.ly/vue-template • Styles - bit.ly/vue-style

    • GitHub gist - gist.github.com/AdoraNwodo/ • Vue Documentation - https://vuejs.org/ 9