Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
就像在 Vue CLI 中一样 - 我想有一种方法可以在使用 vite 搭建脚手架时手动选择功能。那可能吗。
我浏览了 vite 文档,找不到类似的东西。
Vue CLI 询问我是否要手动选择功能
不,搭建 Vite 项目的官方命令 ( npm init vite) 使用 @vitejs/create-vite,它不会提示输入单个功能(与 Vue CLI 不同)。
npm init vite
@vitejs/create-vite
它只提示: