mducharm / JSLou

A repo for code snippets and projects from JSLou

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started with Vue.js

  1. Make sure Node.js is installed

    Install Node.js here.

  2. Install Vue-CLI

npm install -g @vue/cli-service-global
  1. Check that Vue-CLI is installed (check for version)
vue --version
  1. Create a new project from the commandline
vue create your-project-name
  1. Start a local server for your Vue project
vue serve

or

npm run serve

Additional Resources

  • Check out the Vue documentation here.
  • Check out the free Vue Mastery Intro to Vue course here.

About

A repo for code snippets and projects from JSLou


Languages

Language:JavaScript 53.8%Language:CSS 29.7%Language:HTML 15.5%Language:Vue 1.0%