
Introduction - Vue DevTools
Unleash Vue Developer ExperienceIntroduction What is Vue DevTools? Vue DevTools is a tool designed to enhance the Vue developer experience, it is a powerful and versatile tool that can …
SFC Syntax Specification - Vue.js
Some real-world examples of custom blocks include: Gridsome: <page-query> vite-plugin-vue-gql: <gql> vue-i18n: <i18n> Handling of Custom Blocks will depend on tooling - if you want to build your own …
Introduction - Vue Router
Features include: Nested routes mapping Dynamic Routing Modular, component-based router configuration Route params, query, wildcards View transition effects powered by Vue.js' transition …
Installation | Vue DevTools
Unleash Vue Developer ExperienceInstallation There are multiple options to add this tool to your projects, ensuring that it fits seamlessly into your development workflow. Whether you're working on …
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 …
KeepAlive - Vue.js
Include / Exclude By default, <KeepAlive> will cache any component instance inside. We can customize this behavior via the include and exclude props. Both props can be a comma-delimited string, a …
Components Basics — Vue.js
For example, we may decide to include an accessibility feature to enlarge the text of blog posts, while leaving the rest of the page its default size: In the parent, we can support this feature by adding a …
Installation | Vue Router
Direct Download / CDN https://unpkg.com/vue-router@3/dist/vue-router.js Unpkg.com provides npm-based CDN links. The above link will always point to the latest release on npm. You can also use a …
Nested Routes | Vue Router
The official router for Vue.js.Note that nested paths that start with / will be treated as a root path. This allows you to leverage the component nesting without having to use a nested URL. As you can see …
API — Vue.js
This allows the use of the common <script type="x-template"> trick to include templates. From a security perspective, you should only use Vue templates that you can trust.