yarn创建Vue项目

212 阅读1分钟

yarn创建Vue项目

  • 创建

yarn create vite three.js-vite-vue --template vue-ts

  • 安装依赖

yarn install

  • 添加vue-router

yarn add vue-router