$
npx
@involvex/auto-vue
Full automated Vue Setup with 3 git branches: main, dev, github pages
About This Project
AutoVue is a powerful command-line tool that automates the setup process for Vue.js projects. Created by Involvex, this npm package streamlines the development workflow by providing pre-configured project templates with multiple git branches for different environments.
Key Features
- Automated Setup: Generate complete Vue.js projects with a single command
- Multiple Branches: Pre-configured main, dev, and GitHub Pages branches
- Flexible Templates: Support for various Vue.js configurations including Vue Router, Pinia, testing frameworks, and more
- Modern Tooling: Built with TypeScript, includes ESLint, Prettier, and modern build tools
- Internationalization: Multi-language support for better accessibility
Project Structure
The tool creates a standardized project structure that includes:
- Main Branch: Production-ready code
- Dev Branch: Development environment with additional tooling
- GitHub Pages Branch: Documentation and demo site (this site)
Getting Started
To start using AutoVue, visit the Installation page for detailed setup instructions.
For information on how to support this project, check out the Support page.