# vfly-cli **Repository Path**: qindeyu/vfly-cli ## Basic Information - **Project Name**: vfly-cli - **Description**: Scaffolding for building vite+vue2. - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-24 - **Last Updated**: 2022-04-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vfly-create [English](https://github.com/deyuqin/vfly-cli/blob/main/README.md)|中文 **** ⚡快速创建没有构建配置的vue2.x+vite的应用程序 - 如何使用vfly-create构建 ## 快速构建 使用npm快速构建 ```cmd npm install -g vfly-create ``` 然后去想要安装的目录,命令行直接执行vfly或者create-vue2-app ``` vfly(create-vue2-app) ``` 然后输入项目名(不输入默认vite@vue2-project) ``` ? Project name: » my-project-name ``` 就可以了 ```cmd Done. Now run: cd my-project-name npm install (or `yarn`) npm run dev (or `yarn dev`) ``` **** 使用yarn快速构建 ``` yarn add -g vfly-create cd 目标目录 vfly ? Project name: » my-project-name Done. Now run: cd my-project-name npm install (or `yarn`) npm run dev (or `yarn dev`) ``` 🐱 [github](https://github.com/deyuqin/vfly-cli) 🎈 [npm](https://www.npmjs.com/package/vfly-create)