vue

vite构建项目

Posted by アライさん on 2022年08月16日

初始化项目

1
2
3
npm init vue  
npm install
npm run dev