This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.
- https://www.cnblogs.com/tbfboke/p/16738297.html
- Vite中配置@别名
- 环境变量
- 配置
- https://www.weipxiu.com/8649.html
- https://blog.csdn.net/qq_34621851/article/details/123088841
- vite+jsx/tsx
- 生命周期
- Api
- 内置组件
- 响应性语法糖(已废弃)
- 支持多标签,不需要root节点(Fragment-碎片化节点)
- https://coding.imooc.com/learn/questiondetail/lz14NYLqLagXK2p9.html
- 副作用
- Html 标签中以 aria- 开头的属性是什么
- URL对象
- git-flow 的工作流程
- 什么是跨域? 出现原因及解决方法
- JWT
- 原型工具
- win10突然打不开sourcetree
- 部署托管(vercel & zeabur)
- 使用大驼峰(PascalCase)命名组件和使用组件。
- 接口使用 I(Interface) + PascalCase 命名