Vue3
Vue (pronounced /vjuː/, like view) is a JavaScript framework for building user interfaces. It builds on top of standard HTML, CSS and JavaScript, and provides a declarative and component-based programming model that helps you efficiently develop user interfaces, be it simple or complex.
Categories
- https://vuejs.org/
- Vite
- Pinia - state management
- Vitest - Unit testing
- Hot Module Replacement (HMR)
- Vue:CompositionAPI - <code><script setup>
...
</script></code>