Skip to content

Commit

Permalink
Merge pull request #74 from thuongtruong1009/axios/pre-connect
Browse files Browse the repository at this point in the history
chores: pre connect axios
  • Loading branch information
thuongtruong1009 authored May 5, 2022
2 parents 65f56dd + 6baef85 commit 9803b8a
Show file tree
Hide file tree
Showing 16 changed files with 1,529 additions and 1,123 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.1.0/css/v4-shims.min.css" integrity="sha512-p++g4gkFY8DBqLItjIfuKJPFvTPqcg2FzOns2BNaltwoCOrXMqRIOqgWqWEvuqsj/3aVdgoEo2Y7X6SomTfUPA==" crossorigin="anonymous" referrerpolicy="no-referrer"
/>
<!-- <script type="module" src="https://code.iconify.design/2/2.1.0/iconify.min.js"></script> -->
<!-- <script src="https://cdn.jsdelivr.net/npm/vue@3.2.26"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts@5.2.2"></script>
<script src="https://cdn.jsdelivr.net/npm/vue-echarts@6.0.2"></script> -->
<script>
(function() {
const prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
Expand Down
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"dependencies": {
"@vueuse/core": "^7.7.1",
"@vueuse/head": "^0.7.6",
"axios": "^0.27.2",
"echarts": "^5.3.2",
"nprogress": "^0.2.0",
"pinia": "^2.0.13",
Expand Down Expand Up @@ -66,5 +67,12 @@
"vite-ssg": "^0.17.11",
"vitest": "^0.0.113",
"vue-tsc": "^0.30.6"
}
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"vite"
]
}
}
}
Loading

1 comment on commit 9803b8a

@vercel
Copy link

@vercel vercel bot commented on 9803b8a May 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.