Skip to content

Commit 0aa253e

Browse files
committed
add http
1 parent 61ed4a3 commit 0aa253e

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ $ npm run serve
6363
- Part - 1 [Live here](https://vue-noob-directive.web.app/)
6464
12. Understanding Filters and Mixins
6565
- Part - 1 [Live here](https://vue-noob-filter.web.app/).
66+
13. Understanding sending HTTP requests from VueJS Application.
67+
-Part - 1 [Live here](https://vue-noob-http-1.web.app/)
6668

6769
---
6870

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
404.html,1594786368630,daa499dd96d8229e73235345702ba32f0793f0c8e5c0d30e40e37a5872be57aa
2+
index.html,1594786360809,3cfccfe61a7164831f498051a0fddf9c337597d31177dc5e7df1f11aeff7d9aa
3+
css/app.a6e69f95.css,1594786360811,a9cda213ccbc57f1139e63593bd215e11a4e41d22a532d2bdfc7f10b4b58ae46
4+
favicon.ico,1594786360811,d5451f0f0f0bcbcd433bbdf4f6e7e5d89d8ecce2650649e969ccb5e5cd499ab2
5+
js/app.1baebddd.js,1594786360808,170d4f30e3b77450bf3ea13f95490ee2195ae15d7ad2d37e722aa6aa66183557
6+
js/app.1baebddd.js.map,1594786360814,7d0bc388e2c0def7b257f68d9e297f1927769ee7212209619e21eb214d8d7bba
7+
js/chunk-vendors.f1eadb9b.js,1594786360814,36605114e42198cdedf7ce502a78e9bead2d75c25312c9b324b75a271ddeb2be
8+
js/chunk-vendors.f1eadb9b.js.map,1594786360815,bbe2cc278fe460eefc85da27c6c555047fcf927b77741cd0c517a5f924ea4c19

vue-noob-http/.firebaserc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"projects": {
3+
"default": "vue-js-noob"
4+
}
5+
}

vue-noob-http/firebase.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"hosting": {
3+
"site": "vue-noob-http-1",
4+
"public": "dist",
5+
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
6+
}
7+
}

0 commit comments

Comments
 (0)