-
运行build时会有报错
[Vue] Failed to create plugin TypeError: plugin is not a function …
-
Subscribe to this issue and stay notified about new [weekly trending repos in Vue](https://github.com/trending/vue?since=weekly).
-
![](https://upload-images.jianshu.io/upload_images/12890819-b75846c9d2fa294b.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
大家好,我是你们的 猫哥,一个不喜欢吃鱼、又不喜欢喵 的超级猫 ~
关于猫哥,大家可以看看我的年终总结 [前端工程…
-
-
# 20240222 Github 前端趋势榜
Github 前端开发日报栏目数据来自[Github热榜](https://github.qdkfweb.cn/)(我开发的爬虫),每日分享HTML、CSS、JavaScript、Vue等开源项目,为开发者提供动力,点击Star按钮来关注这个项目,点击Watch来收听每日的更新[Github主页](https://github.com/kujian/…
-
Subscribe to this issue and stay notified about new [daily trending repos in Vue](https://github.com/trending/vue?since=daily).
-
# vue3-admin-plus
**English** | [中文](./README-zh_CN.md)
> vue3 admin plus provides enterprise-level development demo
A new generation admin construct using vue3(setup-script)+vite2+eleme…
jzfai updated
2 years ago
-
## 前言
收录一些开箱即用、使用简单、界面美观、功能强大的前端框架,帮助我们后端程序员快速提高学习、工作开发效率(注意:排名不分先后,都是十分优秀的开源前端框架和项目💖)。
## 投稿格式
项目名称+项目地址
>项目介绍。
-
# vue3-admin-plus
**中文** | [English](./README.md)
> vue3-admin-plus提供企业级的开发demo
本架构使用的技术为:vue3(setup-script)+vite2+element-plus 的新一代的前端框架,It's fast!
使用 eslint+prettier+gitHooks 格式和校验代码…
jzfai updated
2 years ago
-
### 文件过期/缓存
```nginx
location ^~ /static/ {
gzip_static on;
expires max;
add_header Cache-Control public;
}
# 缓存后缀文件
location ~* \.(css|js|gif|jpe?g|png)$ {
gzip_static on;
expire…