vue-next
Here are 85 public repositories matching this topic...
-
Updated
Jul 4, 2022 - TypeScript
-
Updated
Jul 7, 2022 - Vue
-
Updated
Jul 1, 2022 - TypeScript
-
Updated
Jun 14, 2022 - Vue
hooks 在 windows 上是能够失常运行的,起初换成 mac 之后就不行了,提交时报错:
hint: The 'hooks/commit-msg' hook was ignored because it's not set as executable.
起因是 hooks 脚本默认为不可执行,所以须要将它设为可执行
chmod 700 .husky/*
-
Updated
Jun 1, 2022 - TypeScript
-
Updated
Jun 23, 2022 - Vue
-
Updated
Jun 27, 2022 - Vue
-
Updated
Feb 24, 2022 - Vue
-
Updated
Sep 6, 2021 - JavaScript
-
Updated
Apr 12, 2022 - TypeScript
-
Updated
Jun 21, 2022 - TypeScript
-
Updated
Jun 18, 2022 - TypeScript
-
Updated
Jan 25, 2022 - TypeScript
关于安装依赖时使用淘宝源导致安装出错
问题
截止今日【北京时间 2020-11-25】,由于淘宝源上 vue-loader 最新稳定版本是 15.9.5,而 vue-cli 4.5 以上版本依赖于 vue-loader 16 版本,所以使用淘宝源安装时缺少 16 版本会导致安装出错。
解决办法
直接使用 npm 源安装
折中处理方法(针对网络不好的临时处理方法)
使用淘宝源安装 cnpm install
会遇到 vue-loader 16 版本的报错,单独使用 npm 源安装 vue-loader 16 版本
npm install vue-loader@^16.0.0-beta.3 --save-dev _单独安装成功后,本项目的 package.json 和 package-lock.json 会更改,因为这是临时解决
-
Updated
May 25, 2022 - JavaScript
-
Updated
Jun 7, 2022 - TypeScript
-
Updated
Jun 24, 2022 - TypeScript
Improve this page
Add a description, image, and links to the vue-next topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vue-next topic, visit your repo's landing page and select "manage topics."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Clear and concise description of the problem
like this:
The useSliceUpload function can slice the file to an array and use the options support function to upload to the server.
Suggested solution
How to solve it?
I will try to write this function.