-
- JavaScript Style Guide: https://github.com/airbnb/javascript(中文版:https://github.com/yuche/javascript)
- CSS: https://github.com/necolas/normalize.css
- Vue:https://github.com/vuejs/vue
- Vue-…
-
ParcelJS
TypeScript
~~~~
vue.js
vue-router.js
vuex.js
Axios.js
BootstrapVue.js
Twix.js
vue-select2.js
~~~~
main.ts
router.ts
store.ts
-
### 1교시
- 숙제 피드백(UserUpdateView.vue)
: 코드를 읽을 때 왼쪽에서 오른쪽으로 읽어갈게 아니라
`const response = await axios.get(`/api/users/${userId}`);`
오른쪽에 있는 코드들(await axios.get(`/api/users/${userId}`);)이 먼저 실행 되고 그 값…
-
const formData = new FormData()
formData.append('_method', 'PATCH')
formData.append('signature', data.signatureFile, data.signatureName)
$axios
.$post(`/v1/users/1`, for…
-
Hi everyone,
I need mount a graph with data of the a API. I'm using https://github.com/statnett/vue-plotly
My code is:
```
import axios from "axios";
import VuePlotly from "@statnett/vue-…
-
How can we configure the progress bar for all api calls at global place. So that if any api call goes from our app, it will automatically shows the progress bar.
I'm using the below code for interc…
-
I am building a monolith platform of django backend and vue frontend with vite (django-vite). For authentication, I am using session authentication on django side and vue can get user info by djoser o…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
在网上看了一下Vue.axios教程,为什么this.axios.get('/api/hot')就可以获得返回,不用设置baseURL吗?
this.axios.defaults.baseURL = 'http://music.qq.com/musicbox/shop/v3/data/hit';
this.axios.get('/hit_newsong.js')
…
-
Hello,
finally I got it working with NUXT but theres a problem if I reload the page OR I access the subpage with the chart directly. Then the whole application crashes and I get error 'define is not …