vue + vite + ts(未完待续)

63 阅读1分钟

快速构建:

npm init vite@latest vue3-ts-vite-vant-h5 -- --template vue-ts

cd vue3-ts-vite-vant-h5
npm install
npm run dev