vite + vue3创建一个项目及yarn命令不正确解决方案

一、创建Vue3项目:基于构建工具webpack

vue create 项目名称

基于webpack的项目编译慢 --> 使用vite

vite优势:提升开发效率

二、创建Vue3项目:基于vite

npm init @vitejs/app 项目名称

yarn global bin

yarn global dir

yarn config set global-folder "D\yarn\global"

yarn config set cache-folder "D\yarn\cache"

https://www.jianshu.com/p/576acc489293

posted @ 2022-07-04 14:54  小杨爱学习!  阅读(251)  评论(0编辑  收藏  举报