Skip to content

zeMinng/create-vite-uniapp

Repository files navigation

create-vite-uniapp

npm version downloads node compatibility license

A lightning-fast CLI for scaffolding uni-app projects powered by Vite. Designed to provide a more modern, lightweight, and extensible development experience than standard templates.

🛠️ Quick Start

# Using npm
npm create vite-uniapp@latest

# Using pnpm
pnpm create vite-uniapp

📖 Usage

Run the command and follow the prompts, or specify options directly:

# Interactive mode
npm create vite-uniapp@latest

# With project name
npm create vite-uniapp@latest my-app -i -f -v -h

📁 Project Structure

my-app/
├── src/
│   ├── App.vue          # Root component
│   ├── main.ts          # Entry point
│   └── pages/           # Pages directory
│       └── index/
│           └── index.vue
├── index.html           # HTML template
├── vite.config.ts      # Vite configuration
├── tsconfig.json       # TypeScript configuration
└── package.json        # Project dependencies

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📝 License

This project is licensed under the MIT License.

🙏 Acknowledgments

  • Vite - Next generation frontend tooling
  • Vue.js - Progressive JavaScript framework
  • Uni-app - Cross-platform application framework

About

A fast CLI to bootstrap production-ready Uniapp projects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •