/vue3_beginner

从头开始摸vue3

Primary LanguageVue

Vue 3 + TypeScript + Vite

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.

EsLint配置踩坑

  1. EsLint配置
  2. Ts配置替换

Vite配置踩坑

  1. https://www.cnblogs.com/tbfboke/p/16738297.html
  2. Vite中配置@别名
  3. 环境变量
  4. 配置
  5. https://www.weipxiu.com/8649.html
  6. https://blog.csdn.net/qq_34621851/article/details/123088841
  7. vite+jsx/tsx

Vue Router 4

1.官方文档 2.Vue Router 和 组合式 API

Pinia

  1. 官方文档
  2. Vue上的推荐

vue3

插件

  1. Mitt
  2. Vue Devtools
  3. commit msg validator

others

  1. 副作用
  2. Html 标签中以 aria- 开头的属性是什么
  3. URL对象
  4. git-flow 的工作流程
  5. 什么是跨域? 出现原因及解决方法
  6. JWT
  7. 原型工具
  8. win10突然打不开sourcetree
  9. 部署托管(vercel & zeabur)

一些自定规范

  • 使用大驼峰(PascalCase)命名组件和使用组件。
  • 接口使用 I(Interface) + PascalCase 命名

参考