2024-10-02
npm create vue@latest
接下来照着选择选项即可。
如果想要预览项目,需要先安装依赖-vite
npm i
然后运行项目
npm run dev
npm install -g @vue/cli
接着
vue create vue2_test