Skip to content

Instantly share code, notes, and snippets.

@justin-lyon
Last active August 28, 2018 17:07
Show Gist options
  • Save justin-lyon/dcbfafa1987ba853afc9e13ab1aa7c0f to your computer and use it in GitHub Desktop.
Save justin-lyon/dcbfafa1987ba853afc9e13ab1aa7c0f to your computer and use it in GitHub Desktop.

Build your own Vue JS App

  1. Install Node JS
    • This contains both node and npm.
# Install Vue CLI
npm install --global @vue/cli

# Create new project from Template
vue init webpack-simple project-name

# cd to new project
cd project-name

# Install node_module project dependencies
npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment