GithubHelp home page GithubHelp logo

mochouportal's Introduction

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.

这个模板应该可以帮助你开始在 Vite 中使用 Vue 3 和 Typescript 进行开发。 该模板使用 Vue 3 <script setup> SFCs,查看 script setup docs 学习 更多的。

Recommended IDE Setup

推荐的 IDE 设置

Type Support For .vue Imports in TS

类型支持 TS 中的 .vue 导入

Since TypeScript cannot handle type information for .vue imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates. However, if you wish to get actual prop types in .vue imports (for example to get props validation when using manual h(...) calls), you can enable Volar's .vue type support plugin by running Volar: Switch TS Plugin on/off from VSCode command palette.

由于 TypeScript 无法处理 .vue 导入的类型信息,因此默认情况下它们被填充为通用 Vue 组件类型。 在大多数情况下,如果您并不真正关心模板之外的组件道具类型,这很好。 但是,如果您希望在 .vue 导入中获得实际的道具类型(例如,在使用手动 h(...) 调用时获得道具验证),您可以通过运行启用 Volar 的 .vue 类型支持插件 VSCode 命令面板中的Volar: Switch TS Plugin on/off (Volar:打开/关闭 TS 插件)

commit message 格式

<type>(<scope>): <subject>

type(必须)

用于说明 git commit 的类别,只允许使用下面的标识。

  • feat:新功能(feature)。

  • fix/to:修复 bug,可以是 QA 发现的 BUG,也可以是研发自己发现的 BUG。

  • fix:产生 diff 并自动修复此问题。适合于一次提交直接修复问题

    • to:只产生 diff 不自动修复此问题。适合于多次提交。最终修复问题提交时使用 fix
    • docs:文档(documentation)。
  • style:格式(不影响代码运行的变动)。

  • refactor:重构(即不是新增功能,也不是修改 bug 的代码变动)。

  • perf:优化相关,比如提升性能、体验。

  • test:增加测试。

  • chore:构建过程或辅助工具的变动。

  • revert:回滚到上一个版本。

  • merge:代码合并。

  • sync:同步主线或分支的 Bug。

scope(可选)

scope 用于说明 commit 影响的范围,比如数据层、控制层、视图层等等,视项目不同而不同。

例如在 Angular,可以是 location,browser,compile,compile,rootScope, ngHref,ngClick,ngView 等。如果你的修改影响了不止一个 scope,你可以使用*代替。

subject(必须)

subject 是 commit 目的的简短描述,不超过 50 个字符。

建议使用中文(感觉**人用中文描述问题能更清楚一些)

fix(DAO):用户查询缺少 username 属性 feat(Controller):用户查询接口开发

mochouportal's People

Contributors

coins666 avatar woogugu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.