Skip to content

Commit 81995b6

Browse files
author
Sabbir Ahmed
authored
Merge branch 'develop' into HridoyBranch
2 parents ba051f3 + 49dfa2e commit 81995b6

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

data/axios-cheat-sheet.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"id": "axios-cheat-sheet",
3+
"title": "এক্সিয়স",
4+
"slug": "axios-cheat-sheet",
5+
"description": "এক্সিয়স চিটশিট",
6+
"colorPref": "#2F3D75",
7+
"contents": [
8+
{
9+
"title": "ইন্সটল প্রক্রিয়া",
10+
"items": [
11+
{
12+
"definition": "(npm) দিয়ে ইন্সটল করার জন্য",
13+
"code": "npm install axios"
14+
},
15+
{
16+
"definition": "(yarn) দিয়ে ইন্সটল করার জন্য",
17+
"code": "yarn add axios"
18+
},
19+
{
20+
"definition": "(jsDelivr) সিডিএন দিয়ে ইন্সটল করার জন্য",
21+
"code": "<script src=https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js></script>"
22+
},
23+
{
24+
"definition": "(unpkg) সিডিএন দিয়ে ইন্সটল করার জন্য",
25+
"code": "<script src=https://unpkg.com/axios/dist/axios.min.js></script>"
26+
},
27+
{
28+
"definition": "বওয়ের দিয়ে ইন্সটল করার জন্য",
29+
"code": "bower install axios"
30+
}
31+
]
32+
}
33+
]
34+
}

0 commit comments

Comments
 (0)