适用于 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
Vue-Socket.io是Vuejs的socket.io集成,易于使用,支持Vuex和组件级套接字使用者管理 演示版 您在寻找旧的文档吗? :rocket: 安装 npm install vue-socket.io --save 使用连接字符串 import Vue from 'vue' import store from './store' import App from './App.vue' import VueSocketIO from 'vue-socket.io' Vue . use ( new VueSocketIO ( { debug : true , connection : 'http://metinseylan.com:1992' , vuex : { store , actionPrefix : 'SOCKET_' ,
2022-05-31 14:52:10 74KB redux vuejs websocket socket-io
1
这是一套nodejs + mongodb实现的电影网站管理系统 技术栈vue + vue-router + nodejs + koa2 + mongodb + nginx 整个系统需要环境nginx(分发请求给nodejs,http2,ssl),nodejs(数据处理),mongodb(数据存储) 免责申明 本项目除外学习参考,不要用于任何商业,非法用途。事先带来的法律责任,本人概不承担! 预览 Dart-Cms-Manage(后台) Dart-Cms-Flutter(安卓) fijkplayer_skin(fijkplayer皮肤) Dart-Cms-Script(插件) vue + php
2022-05-28 16:31:15 6.46MB nodejs javascript cms vuejs
1