vue3学习第一课

Mr.zang's Blog / 2023-05-05 / 原文

1,先安装npm

brew install npm
npm init vite-app vue3demmo
cd vue3demmo
npm install
npm run dev