Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 830 Bytes

installation.md

File metadata and controls

35 lines (20 loc) · 830 Bytes

Installation

How to setup the app locally

Requirements

Install system dependencies

Install Node.js and Yarn - see these gist instructions.

Clone

Clone the repo - or your own repo generated from the template

$ git clone git@github.com:MichaelCurrin/vue-quickstart.git
$ cd vue-quickstart

Install project dependencies

Install Node.js packages.

$ yarn install

Recommended extensions

To add syntax highlighting of .vue files in VS Code, install an extension such as Vetur.