-
### Version
3.9.3
### Environment info
```
Environment Info:
System:
OS: macOS Sierra 10.12.6
CPU: (24) x64 Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz
Binaries:
…
-
# 基本
1. 技术选型:Vue, React
2. 移动端适配方案:vwvh px2vw 插件
3. css 预编译:less, sass
4. 图片加载优化方案:OSS, CDN, 图片压缩
5. 状态管理方案:Vuex
6. 网络层: axios, axios 自定义配置 请求拦截器,请求结果拦截器(统一的错误处理,token 刷新,埋点)
7. 打包方案:webpack …
-
Hey guys,
Im trying to add Solana Pay in my VueJS project. I tried a lot of things, but whenever I install @solana/pay its giving this error:
```
* @solana/web3.js in ./node_modules/@solana/buffe…
-
参考大纲:
- [x] 如何利用浏览器调试工具诊断前后端分离协议错误
- [ ] Spring-boot如何配置跨域访问
- [x] 服务器如何配置通过特定的http header token传递sessionid信息(而不是通过cookie)
- [x] 前端项目在vue+axios中保存token与携带token
- [x] 后端spring-boot处理登陆与未登陆的访问请求
-
### 🧐 Problem Description
在使用Vue内置组件时提示Property '$children' does not exist on type,但是通过使用v-slots时写入时正常。
求助原因🙏
### 💻 Sample code
我的依赖情况
```json
{
"dependencies": {
"@mdi/font"…
-
[转载自幕课网](https://www.imooc.com/wenda/detail/583539)
事实上vue项目的所有依赖都应该塞到--save-dev中,因为生产环境下跟node_modules鸟关系都没有,工作的是http_server。所有vue和webpack以及axios相关的东西都跟http_server没关系,只是开发过程中的工具。(不过因为vue部署跟node一点…
-
## 参考文章
- https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies
- https://eggjs.org/zh-cn/core/cookie-and-session.html
- https://github.com/mqyqingfeng/Blog/issues/157
- https://github.com/e…
-
When testing the closing behavior of a dialog, the jest-test with vue-cli for closing runs fine, but there's an ugly stacktrace output:
```
console.error node_modules/vue/dist/vue.runtime.common…
-
# vue component library
https://github.com/vuejs/awesome-vue
## vue ui frameworks
https://github.com/vuejs/awesome-vue#frameworks
https://github.com/ElemeFE/element
https://github.com/ivi…
-
I use webpack build my vue project, and build with "build --win --x86 --mirror https://npm.taobao.org/mirrors/nwjs/ .". But app can not run in right way, I log something then I found js stoped in a de…