Vue Glossary

Browse 4 vue terms defined in plain English, from the cultural dictionary of computing.

4 Vue Terms

VitePress
A static-site generator focused on documentation sites and built on Vite and Vue-oriented tooling.
Vue CLI
The official command-line scaffolding tool for Vue.js projects that generates project boilerplate with pre-configured build tooling (webpack), linting,...
Vue Router
The official routing library for Vue.js that maps URL paths to Vue components, supporting nested routes, dynamic route parameters, navigation guards, lazy...
Vuex
The centralized state management library for Vue.js applications, inspired by Flux and Redux, that enforces a strict unidirectional data flow through state,...

Related Topics