Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1017 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 1017 Bytes

nandvueproj

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.

Installing Git on a Mac Open a terminal window.

Step 1 – Install Homebrew Homebrew […] simplifies the installation of software on the Mac OS X operating system.

– Homebrew – Wikipedia

Copy & paste the following into the terminal window and hit Return.

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew doctor You will be offered to install the Command Line Developer Tools from Apple. Confirm by clicking Install. After the installation finished, continue installing Homebrew by hitting Return again.

Step 2 – Install Git Copy & paste the following into the terminal window and hit Return.

brew install git You can use Git now.