
Migrating to Vue Router 5
Vue Router 5 is a transition release that merges unplugin-vue-router (file-based routing) into the core package. If you're using Vue Router 4 without unplugin-vue-router, there are no breaking changes - …
Data Loaders - Vue Router
Data loaders streamline any asynchronous state management with Vue Router, like Data Fetching. Adopting Data loaders ensures a consistent and efficient way to manage data fetching in your …
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 …
Migrating from Vue 2 - Vue Router
New Features Some of new features to keep an eye on in Vue Router 4 include: Dynamic Routing Composition API
HTML and Static Assets - Vue CLI
Result filenames include content hashes so you don’t need to worry about browsers caching their old versions. The public directory is provided as an escape hatch, and when you reference it via …
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 …
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 at its default size. In the parent, we can support this feature by adding a …
Vue Router
Vue Router 是 Vue.js 官方的路由管理器。它和 Vue.js 的核心深度集成,让构建单页面应用变得易如反掌。包含的功能有: 嵌套的路由/视图表 模块化的、基于组件的路由配置 路由参数、查询、通配符 基 …
Code Of Conduct - Vue.js
Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline …
Vue.js
Projects scaffolded via `create-vue` include pre-configured `tsconfig.json`. The base config is abstracted in the [`@vue/tsconfig`](https://github.com/vuejs/tsconfig) package.