Appearance
Step. 1: Create a new project
Create and change into a new directory.
Initialize with your preferred package manager.
sh
$ npm create vite@latest my-vue-app -- --template vue-ts
$ cd my-vue-app
$ npm install
sh
$ yarn create vite my-vue-app --template vue
$ cd my-vue-app
$ yarn add
Step. 2: Install Vuesty
Add Vuesty and Vue for the project.
sh
$ npm install --save vuesty
sh
$ yarn add vuesty