New: vueAll contenthive-129948hive-196917krsteemhive-183959hive-180932zzanphotographyhive-166405hive-188619hive-185836uncommonlabhive-150122bitcoinhive-183397hive-144064hive-124908krsuccesshive-101145hive-139150hive-145157hive-109690hive-181136lifehive-193637TrendingNewHotLikerslemooljiang (73)in hive-180932 • last yearNuxt的基础配置与自动导入函数 / nuxt#5全局变量defineAppConfig //app.config.tslemooljiang (73)in hive-180932 • 2 years agoNuxt初体验趁着有空想把Vue从2.6升级到3,据称Vue3的速度能快上不少。虽然现阶段不太会去乱折腾,但也要做好技术储备,真有需要马上就切过去!…sphinxsolution (15)in react • 2 years agoReact Vs Vue.js: Which One is Better?Nowadays, with the advancement of technology, more development platforms and tools are emerging. Therefore, for developers to choose the best platform among so many options has become difficult.…bacancytech (25)in vue • 2 years agoVue vs React: Which Frontend Framework to Choose?To develop the web project, it is important to select the right JS framework. However, for any business - problem arises when they have to make a call between any myriad options. You should choose…bacancytech (25)in laravel • 2 years agoCombination of Laravel and Vue JSThe business has a trend to use multiple technologies to do their project. Because of that reason, clients and businesses are able to achieve the business goals and objectives. Yes, working with…bacancytech (25)in vue • 2 years agoVue Internationalization with VueI18nTechnologies are booming day by day and people around the world use so many different languages. So, to keep your application accessible for all, you need to develop it in native language.…adrai (43)in vue • 2 years agoHow to properly internationalize a Vue application using i18nextSince Vue.js is an approachable, performant and versatile framework for building web user interfaces, it also needs a best-in-class internationalization solution. You may know vue-i18n , but…adilsardar (44)in nextjs • 3 years agoWhat Is Next JS And Why Should You Use It?Next JS is a server-rendered React framework that requires little or no configuration at all. Many of the people are learning Next JS from tutorials as it isn’t just about the performance but the…adilsardar (44)in hive-154244 • 3 years ago10 Reasons To Choose Vue.JS For Web UI Development“Design is the silent ambassador of your brand” An idea was put forward by famous graphic designer, Paul Rand. It explicitly stresses the importance of design and how it can shape your brand and…surpassinggoogle (76)in hive-196037 • 3 years agoProgramming - Starting Out With Vue.js & Quasar Framework For A Legitimate Illiterate.Programming - Starting Out With Vue.js & Quasar Framework For A Legitimate Illiterate. #programming #vue #quasarnetwork Get your binance account here: Hear the thoughts of a legitimate…adrai (43)in javascript • 3 years agoGive vue-i18n more superpowers❕It’s joyful to work with Vue.js . The design is elegant and the robust first-party additions which can be coupled with, make building browser apps a pleasure. The most famous i18n plugin for…hardikshah (25)in bootstrap • 3 years agoBootstrap vs Vue: Comparing PerformanceThe modern website and application interfaces are constantly changing to offer the best user experience. However, modern application interfaces demand modern development tools. These days, the…evrone (41)in react • 4 years agoReact vs. Vue in 2021: Best JavaScript FrameworkWhile JavaScript frameworks are now vital for web app development, many companies struggle to choose between React and Vue for their projects. The short answer is that there is no clear winner in…lemooljiang (73)in hive-180932 • 4 years ago多国语言组件vue-i18n / 网络研习社#75vue-i18n是个非常实用的多国语言组件!当你的网站要配置多种语言的界面时,用它是首选。用起来倒也容易,翻下手册,看几个实用的案例,就基本上八九不离十啰。可以说,上手的成本挺小的。 参考手册 npm install vue-i18n --savelemooljiang (73)in hive-180932 • 4 years agoVue中定时刷新数据 / 网络研习社#73定时刷新数据好像是一个蛮普遍的需求,比如每秒刷新交易价格、每秒刷新挖矿产出...... 每少刷新肯定是要用到定时器的功能,刷新数据是要用到查询接口,这两者结合就可以实现定时刷新数据的目的。 实现定时功能 //得到当前时间lemooljiang (73)in hive-180932 • 4 years agoVue中父子组件的互动 / 网络研习社#70Vue通常是采用组件的形式开发,这种模块化的思想大大加快了开发的进度。如上图所示,这种 弹窗是典型的父子组件的设计,它们之间是如何共享数据的呢? 父组件向子组件传值传方法 分两步走: 在父组件中动态绑定属性,:parentmsg='msg' 子组件中通过 props: 获取。 传方法也是差不多步骤. //App.vue传值给Header.vueevrone (41)in frontend • 4 years agoVue.js Creator Evan You Interview: “You need to understand what your users want”Evan You is an independent software developer and the creator of the open source JavaScript framework Vue.js. We had a chance to speak to Evan about the release of Vue 3, his opinion on no-backend &…lemooljiang (73)in starnote • 5 years agoIPFS实用指南用IPFS提供web服务,需要有两部分,一是服务器端开启daemon, 二是前端用js来访问服务器。这与一般的网站服务是一样的。所以,在此我分为服务器端和前端两部分来实现IPFS的服务。 -> 前往 星空笔记lemooljiang (73)in starnote • 5 years agoVue.js实战笔记Vue.js的实战技能,以需求为导向,兼顾各个知识点。 -> 前往 星空笔记starnote (43)in starnote • 5 years agotesttest -> 前往 星空笔记