Skip to content
#

vue-router4

Here are 144 public repositories matching this topic...

axe-ui
jwchan1996
jwchan1996 commented Nov 24, 2020

问题

截止今日【北京时间 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 会更改,因为这是临时解决

bug type:documentation good first issue

vue3-admin是一个后台前端解决方案,基于Vue3 + Element-plus + Webpack5 + Typescript + Axios搭建。使用EditorConfig + Prettier + ESLint搭建项目中统一的代码风格,使用commitizen + lint-staged + commitlint统一代码提交规范,支持release-it自动化发布符合Semantic Versioning规范的版本,自动生成changelog文档等功能。

  • Updated Jul 5, 2022
  • TypeScript

Improve this page

Add a description, image, and links to the vue-router4 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vue-router4 topic, visit your repo's landing page and select "manage topics."

Learn more