• 1. Environmental

For Vue 3, you should use Vue CLI V4.5 available on NPM

  • 2. Create a project on the CLI
Vue create myShare CD MyShare YARN Serve Startup projectCopy the code

Project creation completed:

Project directory structure:

  • 3. Vite creates projects
Vite requires node.js version >= 12.0.0. NPM init. vitejs/app yarn create @vitejs/app CD myShare YARN Installation depends on yarn dev to start the projectCopy the code

Project creation completed:

Project directory structure: