
Template Syntax - Vue.js
Learn the basics of Vue.js template syntax, including dynamic content rendering, directives, and expressions for building interactive web applications.
Vue 3 Migration Guide
Dec 31, 2023 · Notable New Features Some of the new features to keep an eye on in Vue 3 include: Composition API * SFC Composition API Syntax Sugar (<script setup>) * Teleport Fragments Emits …
Introduction | Vue Loader
Webpack loader for single-file Vue components There are many cool features provided by vue-loader: Allows using other webpack loaders for each part of a Vue component, for example Sass for <style> …
defineColadaLoader () - Vue Router
The key used in these loaders is directly passed to useQuery () from @pinia/colada and can be invalidated with useMutation () hooks. See Pinia Colada documentation about query invalidation to …
Component Registration | Vue.js
A Vue component needs to be "registered" so that Vue knows where to locate its implementation when it is encountered in a template. There are two ways to register components: global and local. Global …
Programmatic Navigation | Vue Router
The official router for Vue.js. The same rules apply for the to property of the router-link component. In 2.2.0+, optionally provide onComplete and onAbort callbacks to router.push or router.replace as the …
Quick Start - Vue.js
Quick Start Try Vue Online To quickly get a taste of Vue, you can try it directly in our Playground. If you prefer a plain HTML setup without any build steps, you can use this JSFiddle as your starting point. If …
Working with Webpack - Vue CLI
Working with Webpack Simple Configuration The easiest way to tweak the webpack config is providing an object to the configureWebpack option in vue.config.js:
Releases | Vue.js
Vue.js - The Progressive JavaScript Framework Releases The current latest stable version of Vue is v3.5.28. A full changelog of past releases is available on GitHub. Release Cycle Vue does not have …
Options: Misc - Vue.js
The name option allows you to override the inferred name, or to explicitly provide a name when no name can be inferred (e.g. when not using build tools, or an inlined non-SFC component). There is one …