Installation Guide

Get started with AutoVue in just a few simple steps

Prerequisites

Before installing AutoVue, make sure you have the following installed:

Installation

Install AutoVue globally using npm:

npm install -g @involvex/auto-vue

Or using yarn:

yarn global add @involvex/auto-vue

Or using pnpm:

pnpm add -g @involvex/auto-vue

Usage

Once installed, you can create a new Vue project using:

create-autovue

The tool will guide you through an interactive setup process where you can choose:

What You Get

AutoVue creates a complete project structure with:

Verification

After installation, verify that AutoVue is working correctly:

create-autovue --version

You should see the current version number. If you encounter any issues, check the Support page for troubleshooting information.

Next Steps

🎉 Congratulations! AutoVue is now installed and ready to use.

Ready to create your first project? Run
npx @involvex/autovue@latest my-vue-project and follow the interactive prompts!