一款基于springboot+vue开发而成的新能源汽车租赁系统,包括源码和数据库文件, 有前台和后台两部分组成啊 前台主要功能包括首页、汽车信息、网站资讯、在线客服、个人中心等等 后台主要功能包括汽车租赁管理、汽车归还管理、催还信息管理、个人中心等等 环境配置: Jdk1.8 + Tomcat8.5 + mysql + Eclispe (IntelliJ IDEA,Eclispe,MyEclispe,Sts 都支持) 项目技术:vuejs+Spring + Springboot + MyBatis + maven等等。 可用于毕业设计和课程设计 支持远程部署和二次开发
2022-07-09 16:05:54 56.56MB springboot vuejs 课程设计 毕业设计
唯美聊天 vue-beautiful-chat提供了一个类似于内部通信的聊天窗口,可以轻松将其免费包含在任何项目中。 它不提供消息传递功能,仅提供视图组件。 vue-beautiful-chat正在移植到vue的react-beautiful-chat (可在找到) 前往 :down_arrow_selector: 产品特点 可订制 后端不可知 自由 目录 安装 $ yarn add vue-beautiful-chat 例 import Chat from 'vue-beautiful-chat' Vue . use ( Chat ) < template> < div> < beautiful-chat
2022-07-06 11:53:15 724KB support chat marketing vuejs
1
适用于 2019.2.4 及以上版本的 IDEA,点击从磁盘安装即可,具体操作请看我的博客。
2022-07-04 02:22:57 488KB java IDEA vue
1
vue-airbnb 风格的日期选择器 这是流行的 AirBnb 日期选择器的 VueJs 版本。支持范围选择、禁用日期、自定义配置等等。真正的轻量级和良好的浏览器支持! 效果展示: https://raw.githubusercontent.com/MikaelEdebro/vue-airbnb-style-datepicker/master/docs/images/datepicker-mobile.gif 更多详情、使用方法,请下载后阅读README.md文件
2022-07-02 19:07:09 2.01MB vue
电子 vueCli + electron12.0.0 调用C# DLL electron-updater在线更新 项目设置 npm install 为开发编译和热重载 npm run serve 为生产编译和缩小 npm run build Lints 和修复文件 npm run lint 自定义配置 请参阅。 地方发展(重要) npm run electron:serve 打包上线(重要) npm run electron:build 调用 C# DLL(xxx.vue 调用) 添加DLL操作等 将 C#DLL 放入根目录 /** (public/resources) */ 修改文件 /** 下路径( src/background.js ) */ 在background.js里的(调用dll (模块) start)区域里添加dll操作 1. background.js:
2022-06-21 16:24:07 551KB electron javascript app vuejs
1
Vue书店 一个Vue.js项目 构建设置 # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report 有关工作原理的详细说明,请查看的和。
2022-06-18 22:39:24 702KB JavaScript
1
Vue.js高仿饿了么外卖App
2022-06-15 19:06:38 8.63MB JavaScript开发-Vue.js相关
1
The book starts by comparing Vue.js with other frameworks and setting up the development environment for your application, and gradually move on to writing and styling clean, maintainable, and reusable components that can be used across your application. Further on, you'll look at common UI patterns, Vue form submission, and various modifiers such as lazy binding, number typecasting, and string trimming to create better UIs. You will also explore best practices for integrating HTTP into Vue.js applications to create an application with dynamic data. Routing is a vitally important part of any SPA, so you will focus on the Vue router and explore routing a user between multiple pages. Next, you'll also explore state management with Vuex, write testable code for your application, and create performant, server-side rendered applications with Nuxt. Towards the end, we'll look at common antipatterns to avoid, to save you from a lot of trial and error and development headaches. By the end of this book, you'll be well on your way to becoming an expert Vue developer who can leverage design patterns to efficiently architect the design of your application and write clean and maintainable code.
2022-06-11 02:04:11 21.08MB vuejs
1
vue.js 压缩版,直接引用虽然方便但是速度还是很慢的。
2022-06-02 18:13:27 80KB vue vuejs
1
最近vue.js 非常火热,小编也趁机学习了下vuejs的一些基础知识,于是尝试做一个像微信平台里的菜单编辑器功能,下面脚本之家小编把vue.js 微信公众号菜单编辑器功能的实现代码分享给大家,需要的朋友参考下
1