创建 vue3.0 工程需要 Vue-CLI 版本在 4.5.0 以上。
什么是 vite?——新一代前端构建工具。
优势:
创建项目:
npm init vite-app <项目名>
进入项目文件夹,安装依赖:
npm install
常用 Composition API