https://github.com/codingexplained/vuejs-http
Contains the code for the HTTP section from the Vue.js: From Beginner to Professional course.
https://github.com/codingexplained/vuejs-http
javascript vue vue-resource vue2 vuejs vuejs2
Last synced: 11 months ago
JSON representation
Contains the code for the HTTP section from the Vue.js: From Beginner to Professional course.
- Host: GitHub
- URL: https://github.com/codingexplained/vuejs-http
- Owner: codingexplained
- Created: 2017-07-20T20:25:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T18:00:45.000Z (over 5 years ago)
- Last Synced: 2025-04-10T03:16:52.683Z (11 months ago)
- Topics: javascript, vue, vue-resource, vue2, vuejs, vuejs2
- Language: JavaScript
- Homepage: https://l.codingexplained.com/r/vuejs-course?src=github
- Size: 35.2 KB
- Stars: 5
- Watchers: 2
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Working with HTTP in Vue.js
This repository contains the code for the HTTP section from the [Vue.js: From Beginner to Professional course](https://l.codingexplained.com/r/vuejs-course?src=github).
## Getting up and Running
``` bash
# Install the dependencies
npm install
# Serve with hot reload at http://localhost:8080
npm run dev
# Build for production with minification
npm run build
```