Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vue] vue开发过程中你有使用什么辅助工具吗? #335

Open
haizhilin2013 opened this issue Jun 20, 2019 · 2 comments
Open

[vue] vue开发过程中你有使用什么辅助工具吗? #335

haizhilin2013 opened this issue Jun 20, 2019 · 2 comments
Labels
vue vue

Comments

@haizhilin2013
Copy link
Collaborator

[vue] vue开发过程中你有使用什么辅助工具吗?

@haizhilin2013 haizhilin2013 added the vue vue label Jun 20, 2019
@Sihan-Tan
Copy link

vue-devtools

@Cai-zhiji
Copy link

Cai-zhiji commented Jul 7, 2023

Vue Devtools

Vue Devtools是浏览器插件,用于调试和检查Vue应用程序。它提供了Vue组件层次结构、状态、事件等的实时查看和监控,以及性能分析和时间旅行调试等功能。

Vue CLI

Vue CLI是一个官方提供的脚手架工具,用于快速创建和构建Vue项目。它提供了项目初始化、开发服务器、打包构建、插件管理等一系列的命令和工具,简化了Vue项目的搭建和配置过程。

ESLint

ESLint是一个JavaScript代码检查工具,可帮助你在开发过程中捕捉潜在的错误和不规范的代码风格。在Vue项目中使用ESLint可以提高代码的质量和一致性,并帮助团队保持统一的编码规范。

Vue Router

Vue Router是Vue官方提供的路由管理工具,用于实现单页面应用的前端路由。它提供了路由配置、导航守卫、动态路由等功能,帮助你管理应用程序的路由和页面跳转。

Vuex

Vuex是Vue官方提供的状态管理工具,用于管理Vue应用程序中的全局状态。它提供了集中式的状态管理机制,帮助你管理和共享应用程序的状态,并提供了一些高级特性如模块化、热重载等。

Axios

Axios是一个基于Promise的HTTP客户端,用于在Vue应用中进行网络请求。它提供了简单易用的API,支持拦截器、并发请求、取消请求等功能,可以方便地与后端API进行通信。

Vues test Utils

Vue Test Utils是Vue官方提供的测试工具库,用于编写单元测试和集成测试。它提供了一系列API和工具,可以模拟Vue组件的渲染和交互,帮助你编写可靠的测试用例。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vue vue
Projects
None yet
Development

No branches or pull requests

3 participants