vue3+ts笔记

创建项目:

npm create vue@latest

npm install

页面渲染原理:

  • vite项目中,index.html是项目的入口文件,在项目最外层。
  • 加载index.html后,vite解析

你可能感兴趣的:(VUE,笔记,vue.js,typescript)