File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments