npm install
npm run serve
npm run build
npm run lint
查看 配置参考.
查看 Vue官网
npm install -g create-vite-app
create-vite-app blog
npm init vite-app vite
npm install @vue/cli-service --save-dev
vue add @vue/typescript
npm info vue-router versions
npm i vue-router@4.0.12
# or
vue create xxx