Open links in new tab
  1. 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 …

  2. 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 …

  3. Template Syntax - Vue.js

    Learn the basics of Vue.js template syntax, including dynamic content rendering, directives, and expressions for building interactive web applications.

  4. 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 …

  5. Conditional Rendering — Vue.js

    Conditional Groups with v-if on <template> Because v-if is a directive, it has to be attached to a single element. But what if we want to toggle more than one element? In this case we can use v-if on a …

  6. Working with CSS - Vue CLI

    Loaders which can be configured via loaderOptions include: css-loader postcss-loader sass-loader less-loader stylus-loader

  7. Component Registration | Vue.js

    PascalCase names are valid JavaScript identifiers. This makes it easier to import and register components in JavaScript. It also helps IDEs with auto-completion. <PascalCase /> makes it more …

  8. Working with CSS | Vue CLI

    Loaders which can be configured via loaderOptions include: css-loader postcss-loader sass-loader less-loader stylus-loader

  9. Scoped CSS | Vue Loader

    Mixing Local and Global Styles You can include both scoped and non-scoped styles in the same component:

  10. 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 …