Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 398 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 398 Bytes

Working with HTTP in Vue.js

This repository contains the code for the HTTP section from the Vue.js: From Beginner to Professional course.

Getting up and Running

# Install the dependencies
npm install

# Serve with hot reload at http://localhost:8080
npm run dev

# Build for production with minification
npm run build