- Mar 2023
-
-
We highly focus on structuring components and detailed development processes to deliver the solution on time successfully.
-
-
www.cmarix.com www.cmarix.com
-
We have collected some of the changing Vue best practices in this blog using our technical knowledge and experience.
-
- Feb 2023
-
cn.vuejs.org cn.vuejs.org
-
返回一个只读的响应式 ref 对象
区别就是,watch不会有ref返回值。
Tags
Annotators
URL
-
- Dec 2022
-
v2.cn.vuejs.org v2.cn.vuejs.org
-
组件注册
-
-
www.cnblogs.com www.cnblogs.com
-
父组件模板的所有东西都会在父级作用域内编译;子组件模板的所有东西都会在子级作用域内编译。简单的所,就是父组件中不能直接用自组件中定义的data数据。而slot-scope的出现就是解决了这样的问题
Tags
Annotators
URL
-
-
www.jianshu.com www.jianshu.com
-
slot、slot-scope与v-slot
-
-
segmentfault.com segmentfault.com
-
深入理解vue中的slot与slot-scope
Tags
Annotators
URL
-
-
-
vue el-pagination 分页组件居中
-
-
segmentfault.com segmentfault.com
-
vue使用element-ui上传图片之后,用this.$refs.upload.clearFiles()无法清除文件列表
Tags
Annotators
URL
-
-
www.cnblogs.com www.cnblogs.com
-
element-ui 的 upload组件的clearFiles方法调用方法
Tags
Annotators
URL
-
-
www.cnblogs.com www.cnblogs.com
-
vue里ref ($refs)用法
Tags
Annotators
URL
-
-
www.zhihu.com www.zhihu.com
-
vue2中如何卸载或者重新渲染一个缓存的组件?
Tags
Annotators
URL
-
-
www.zhihu.com www.zhihu.com
-
Vue.js中如何动态的加载、卸载组件?
Tags
Annotators
URL
-
-
www.zhihu.com www.zhihu.com
-
RxJS/Cycle.js 与 React/Vue 相比更适用于什么样的应用场景?
Tags
Annotators
URL
-
-
www.zhihu.com www.zhihu.com
-
Angular的脏检测跟Vue的数据劫持相比有什么优势和劣势?
Tags
Annotators
URL
-
- Oct 2022
-
www.cmarix.com www.cmarix.com
-
Here is the list of top ten UI frameworks that developers prefer to build mobile apps with Vue.
-
- Sep 2022
-
cn.vuejs.org cn.vuejs.org
-
该库的 ES 模块版本
这里的意思是:可以添加其他的ES模块库,但想使用vue的话,必须引入vue对应的ES模块库
-
通过 HTTP 提供服务
这里的意思是:可以启动一个http服务器,这样就可以在html文件中,通过ES6来import 自己的js块代码。即:可以使用ES6的import和export了
-
`<div>count is {{ count }}</div>`
vscode中可以安装es6-string-html扩展来高亮js字符串模板
-
-
cn.vuejs.org cn.vuejs.org
-
值得注意的是,reactive() 返回的是一个原始对象的 Proxy,它和原始对象是不相等的
reactive方法处理后,返回的对象不再是原来的引用
-
- Jan 2022
-
toscode.gitee.com toscode.gitee.com
Tags
Annotators
URL
-
- Dec 2021
- Nov 2021
- Mar 2021
-
-
What are the current trends in JavaScript development?
Performance, speed, or popularity? What are the most vital characteristics that developers seek in the tech stack? There could hardly be a single reason why certain frameworks rise, while others become the thing of the past.
What you can do is to observe the driving directions within the front-end landscape. So let’s dive into the top JavaScript trends to watch in 2021.
Tags
Annotators
URL
-
-
vuex.vuejs.org vuex.vuejs.org
-
someGetter (state, getters, rootState, rootGetters) {
Note including all the parameters here is important. If you do not include all four and you want to use rootGetters for example:
someGetter (state, rootGetters) {
rootGetters will be getters because getters is the second argument passed to this function and so you will not actually be on the root scope but instead the local scope.
To access rootGetters in another name spaced module:
someGetter (state, getters, rootState, rootGetters) { let value = rootGetters["module-name/getterName"](param1);
Tags
Annotators
URL
-
- Nov 2020
-
github.com github.com
-
Because of those similarities, it's possible to automate some of the changes.
-
Those frameworks are used in a similar fashion, but conceptually use quite different approaches (Vue is a more traditional one, a library, and Svelte is a "dissapearing framework").
interesting wording: Svelte is a "disappearing framework".
-
-
www.thinktecture.com www.thinktecture.com
-
Although Capacitor is developed by Ionic, you can use it in combination with any framework and UI library you want. In fact, Capacitor itself promotes using it with whatever framework you want.
-
-
github.com github.com
-
Things that I miss most from Vue:
-
- Oct 2020
-
lemoncode.github.io lemoncode.github.ioFonk1
-
Fonk is framework extension, and can be easily plugged into many libraries / frameworks, in this documentation you will find integrations with:
-
-
final-form.org final-form.org
-
Vue Final Form A form state management system for Vue that uses Final Form under the hood.
-
-
vuejs.org vuejs.org
-
These are good docs.
Referenced by: https://github.com/sveltejs/svelte/issues/3368#issuecomment-519289238
-
-
formvalidation.io formvalidation.io
-
FormValidation can be used with popular JavaScript frameworks such as React, Preact, Vue, Svelte, etc.
-
-
github.com github.com
-
bringing Vue-style reactive stores with data and computed properties into Svelte
Tags
Annotators
URL
-
-
-
In contrast, data is just mutated in Vue.
-
In contrast, React apps shun templates and require the developer to create their DOM in Javascript, typically aided with JSX.
-
-
-
We can run effects when some data changes using watchEffect - it takes a function that runs whenever a reactive value used inside changes.
-
- Sep 2020
-
svelte.dev svelte.dev
-
In Vue, your markup must be wrapped in a <template> element, which I'd argue is redundant.
Tags
Annotators
URL
-
-
github.com github.com
-
urql is a GraphQL client that exposes a set of helpers for several frameworks.
-
One package to get a working GraphQL client in React, Preact, and Svelte
-
-
vuex.vuejs.org vuex.vuejs.org
Tags
Annotators
URL
-
- Jul 2020
-
www.jonathan-harrell.com www.jonathan-harrell.com
- Oct 2019
-
github.com github.com
-
I'm super stoked about Vue.js though...I'm kind of over Angular at this point since it left a bad taste in my mouth last year (it's a much larger framework and the 'official' build system isn't even being used anymore by programmers)
-
I'm doing a newer project in Vue.js because it looks much lighter than Angular and just awesome all around
-
Been there, done that. Vue.js takes the best ideas form Angular (and some from React), without putting you in ZoneAwareError hell.
-