大飞_dafei

导航

Vite 搭建Vue 开发环境

Vite 搭建Vue 开发环境

npm init @vitejs/app --template vue
或者
npm init vite-app <project-name>


  cd xxx
  npm install (or `yarn`)
  npm run dev (or `yarn dev`)

Vite

posted on 2021-06-27 22:12  大飞_dafei  阅读(146)  评论(0编辑  收藏  举报