#
vue-next
Here are 80 public repositories matching this topic...
-
Updated
Dec 21, 2021 - TypeScript
基于vue-cli5.x/vite2.x + vue3.x + ant-design-vue3.x + typescript hooks 的基础后台管理系统模板 RBAC的权限系统, JSON Schema动态表单,动态表格,漂亮锁屏界面
mock
typescript
vuex
vue-cli
vue-router
tsx
admin-template
vue3
vite
ant-design-vue
webpack5
vue-next
vite-template
vite-vue3
vite-starter-template
-
Updated
May 8, 2022 - TypeScript
Vue composition-api composable components. i18n, validation, pagination, fetch, etc. +50 different composables
pagination
hooks
vuejs
typescript
validation
vue
breakpoint
utility-library
tailwindcss
vue3
composition-api
vue-next
-
Updated
Apr 29, 2022 - TypeScript
vue3,vite,element-plus中后台管理系统,集成四套基础模板,大量可利用组件,模板页面
-
Updated
Apr 21, 2022 - Vue
-
Updated
Apr 9, 2022 - TypeScript
GeekQiaQia
commented
May 2, 2022
hooks 在 windows 上是能够失常运行的,起初换成 mac 之后就不行了,提交时报错:
hint: The 'hooks/commit-msg' hook was ignored because it's not set as executable.
起因是 hooks 脚本默认为不可执行,所以须要将它设为可执行
chmod 700 .husky/*
good first issue
Good for newcomers
1
-
Updated
May 7, 2022 - Vue
基于vite+ts+elementPlus
-
Updated
Feb 24, 2022 - Vue
采用 Vue3.0、Vite、 Ant-Design-Vue、TypeScript 等新技术方案,包括二次封装组件、utils、hooks、动态菜单、权限校验、按钮级别权限控制等功能。 是在 Vben-Admin 基础上研发的,适合于JeecgBoot的新版前端VUE3框架。
vue
antd
ant-design
vue-admin
jeecg
vue3
antd-design
jeecgboot
antd-design-vue
vue-next
vben
jeecgbootvue3
-
Updated
Apr 27, 2022 - Vue
A starter template for using vue-next with the electron.
-
Updated
Sep 6, 2021 - JavaScript
-
Updated
Apr 12, 2022 - TypeScript
CodeMirror component for Vue3
editor
vuejs
vue-components
codemirror
code-editor
web-editor
vue3
vite
vue-next
vitepress
codemirror-editor-vue3
-
Updated
May 7, 2022 - TypeScript
A vue 3 plugin for handling browser cookies with typescript support. Load and save cookies within your Vue 3 application
-
Updated
Feb 19, 2022 - TypeScript
Vue 3 + rxjs = ❤
-
Updated
Jan 25, 2022 - TypeScript
Open
关于安装依赖时使用淘宝源导致安装出错
1
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
Something isn't working
type:documentation
Improvements or additions to documentation
good first issue
Good for newcomers
RxJS integration for Vue next
vuejs
rxjs
vue
vue-plugin
vue-rx
vue-rxjs
vue3
vue-hooks
vue-plugins
composition-api
vue-next
vue-next-rx
rxjs7
-
Updated
May 8, 2022 - JavaScript
-
Updated
Apr 29, 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."
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.