# vite_cli **Repository Path**: kongxiangyiren/vite_cli ## Basic Information - **Project Name**: vite_cli - **Description**: vue3 vite 脚手架 自用 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-04-11 - **Last Updated**: 2024-02-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: Nodejs, Vue, vue3, vite ## README

Welcome to @feiyuhao/vite_cli 👋

Version Documentation Maintenance License: MIT

> vite vue3 脚手架 自用 > 从 4.0.0 开始,不在使用 [create-vite](https://www.npmjs.com/package/create-vite) 拉取代码,改用 [create-vue](https://www.npmjs.com/package/create-vue) , 如果没有什么特别需求,推荐还是用 [create-vue](https://www.npmjs.com/package/create-vue) ### 🏠 [Homepage](https://github.com/kongxiangyiren/vite_cli#readme) ## Prerequisites - node ^18.0.0 || >=20.0.0 ## 直接使用 ### 创建项目 ```sh npx @feiyuhao/vite_cli@latest create ``` ### 创建自动化 ```sh npx @feiyuhao/vite_cli@latest deploy ``` ## 脚手架安装使用 ```sh npm install @feiyuhao/vite_cli --global ``` ## Usage ### 创建项目 ```sh vc create ``` ### 创建自动化 ```sh vc deploy ``` ### 查看版本 ```sh vc -v ``` ![](create.gif) ## UnInstall ```sh npm uninstall @feiyuhao/vite_cli --global ``` ## Author 👤 **空巷一人** - Github: [@kongxiangyiren](https://github.com/kongxiangyiren) ## 🤝 Contributing Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/kongxiangyiren/vite_cli/issues). ## Show your support Give a ⭐️ if this project helped you! ## 📝 License Copyright © 2023 [空巷一人](https://github.com/kongxiangyiren).
This project is [MIT](https://github.com/kongxiangyiren/vite_cli/blob/master/LICENSE) licensed. --- _This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_