반응형 Programming/Vue2 Pinia - Vue3 State Management What is Pinia? Pinia is an officially recommended state management package for Vue3. Managing the state of an application is a very challenging task as a developer when the project feature gradually increases. With state management libraries such as Pinia or Vuex, we can reduce lots of boilerplate code and just focus on the functionality of the project instead. Implementation In projectdirectory.. 2023. 7. 24. Vue-Router [Vue Js] Table of Contents What is Vue Router? Create Vue JS Application Installing Packages What is Vue Router? Vue router is a recommended and official package used for navigating pages within the Vue JS application. With Vue Router, we can also dynamically update content without refreshing. Create Vue JS Application yarn create vite your-project-name Installing Packages yarn add vue-router Create rout.. 2023. 7. 23. 이전 1 다음 반응형