Here are
48 public repositories
matching this topic...
Collection of essential Vue Composition Utilities for Vue 2 and 3
-
Updated
Jan 24, 2021
-
TypeScript
🍎Transform an SVG icon into multiple themes, and generate React icons,Vue icons,svg icons
-
Updated
Jan 20, 2021
-
TypeScript
Vue composition-api composable components. i18n, validation, pagination, fetch, etc. +50 different composables
-
Updated
Jan 25, 2021
-
TypeScript
🕸 Web APIs implemented as Vue.js composition functions
-
Updated
Jan 25, 2021
-
TypeScript
一套基于TS的后台管理系统,前端语言Vue3.0、React、Angular,后端语言node+express,采用了三种数据库MySQL、MongoDB、SQLite编写。
-
Updated
Jan 14, 2021
-
TypeScript
基于 vue3 + vant3 的 H5移动端 demo
-
Updated
Oct 23, 2020
-
TypeScript
Vue 3 drag-and-drop component
-
Updated
Jan 9, 2021
-
TypeScript
-
Updated
Jul 1, 2020
-
TypeScript
-
Updated
Dec 25, 2020
-
TypeScript
🕶 Vue Composition API for automatic fetch data when condition has been changed
-
Updated
Nov 12, 2020
-
TypeScript
A starter template for using vue-next with the latest electron.
-
Updated
Jan 19, 2021
-
JavaScript
-
Updated
Dec 13, 2020
-
TypeScript
The selecting solution for Vue 3
-
Updated
Jan 18, 2021
-
JavaScript
A vue 3 plugin for handling browser cookies with typescript support. Load and save cookies within your Vue 3 application
-
Updated
Aug 12, 2020
-
TypeScript
vue-next vue2.x vue3.0 源码学习
-
Updated
Sep 21, 2020
-
JavaScript
-
Updated
Jan 13, 2021
-
TypeScript
-
Updated
Nov 21, 2020
-
JavaScript
-
Updated
Jun 23, 2020
-
TypeScript
Codebase for the official web interface.
-
Updated
Jan 24, 2021
-
TypeScript
Vite + vue3.0beta + vue-router-next program demo.
-
Updated
Nov 18, 2020
-
JavaScript
Clipboard utilities for vue-next
-
Updated
Dec 13, 2020
-
JavaScript
-
Updated
Nov 18, 2020
-
JavaScript
-
Updated
Nov 19, 2020
-
SCSS
Vue3 composition api for ECharts
-
Updated
Dec 12, 2020
-
TypeScript
Calculate distance between dates. An experiment with upcoming Vue.js 3 and vite bundler
Improve this page
Add a description, image, and links to the
vue-next
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-next
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
问题
截止今日【北京时间 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 版本
_单独安装成功后,本项目的 package.json 和 package-lock.json 会更改,因为这是临时解决