search
HomeWeb Front-endFront-end Q&AWhat tools are used for vue development?

Vue development tools include: 1. BootstrapVue, which is an open source library used to build Bootstrap interface for Vue; 2. VueX, which is a state management library for Vue applications; 3. Vue Devtools; 4. Vue CLI; 5. Vue Router; 6. Vuetifyjs; 7. Nuxt Js; 8. Vue Element Admin; 9. Vue Apollo; 10. Element UI; 11. Quasar, etc.

What tools are used for vue development?

The operating environment of this tutorial: windows7 system, vue3 version, DELL G3 computer.

vue development tools

1. BootstrapVue

is used to build Bootstrap interface for Vuejs Open source library.

What tools are used for vue development?

Link https://bootstrap-vue.org/

2, VueX

State management library for Vue.js applications .

What tools are used for vue development?

##Link https://vuex.vuejs.org/


3. Vue DevtoolsThis extension enables debugging vuejs Projects become fast and easy.

What tools are used for vue development?

Link https://devtools.vuejs.org/

4, Vue CLI Standards that make Vuejs developers simpler tool.

What tools are used for vue development?##Link https://cli.vuejs.org/


5. Vue Router

Use intuitive and powerful Syntax defines static and dynamic routing.

What tools are used for vue development?Link https://router.vuejs.org/

6, Vuetifyjs

Open source library to help build material design for Vuejs interface.

What tools are used for vue development?Link https://vuetifyjs.com/en/

7, Nuxt Js

An open source framework that makes Web development easier Be simple yet powerful.

##Link https://nuxtjs.org/What tools are used for vue development?

8, Vue Element Admin

Help build a simple management interface that contains many of the features needed to manage your website.

Link https://github.com/PanJiaChen/vue-element-adminWhat tools are used for vue development?

9、Vue Apollo

for you Setting up your vuejs project with GraphQL made easy.

Link https://vue-apollo.netlify.app/What tools are used for vue development?

10, Element UI

is used for Vue project interface development UI library.

Link https://element.eleme.io/#/en-USWhat tools are used for vue development?

11、Quasar

Quasar Is an open source vuejs framework that can help build SPA (Single Page Application), SSR (Server Side Rendering Application), PWA (Progressive Web Application)

# Link https://quasar.dev/1What tools are used for vue development?

12, Language Vue

supports Vuejs utility for developing Atom.

Link https://atom.io/packages/language-vue1What tools are used for vue development?

13, VuePress

VuePress is a Vue driver Static website generator

Link https://v2.vuepress.vuejs.org/1What tools are used for vue development?

14, Vuejs Guide

Vuejs development The most complete and detailed guide by anyone.

Link https://vuejs.org/guide/introduction.html1What tools are used for vue development?

15, Vue Select

helps you build component selection , and provides useful features for vuejs developers.

Link https://vue-select.org/1What tools are used for vue development?

16, Vueuse

Collect Vue 2 and Vue 3 Necessary utilities for components.

Link https://vueuse.org/1What tools are used for vue development?

17, VeeValidate

A tool for form validation in Vuejs.

1What tools are used for vue development?

Link https://vee-validate.logaretm.com/v4/

18, Vant

Mobile UI interface generation tool library.

1What tools are used for vue development?

Link https://vant-contrib.gitee.io/vant/#/en-US

19、Vue Native

Javascript frameworks help build cross-platform native mobile applications.

1What tools are used for vue development?

Link https://vue-native.io/

20, Vue-meta

Cmeta of Vuejs project Tag manager.

What tools are used for vue development?

Link https://vue-meta.nuxtjs.org/

21, Vue I18n

plug-in helps to contribute to the project Added international functionality.

2What tools are used for vue development?

Link https://kazupon.github.io/vue-i18n/

22, Vue infinite loading

Created for the website Infinite scrolling functionality.

2What tools are used for vue development?

Link https://peachscript.github.io/vue-infinite-loading/

23. Gridsome

This tool uses Building static websites and applications becomes fast and easy.

2What tools are used for vue development?

Link https://gridsome.org/

24, Vite

Vite is a build tool designed to Provide a faster, more streamlined development experience for modern web projects.

2What tools are used for vue development?

Link https://vitejs.dev/

25, Vue-multiselect

open source library, help for the website Build multiple selection functionality.

2What tools are used for vue development?

Link https://vue-multiselect.js.org/

26, Vetur

is used to update in VS Code A good extension for vuejs development and debugging.

2What tools are used for vue development?

Link https://marketplace.visualstudio.com/items?itemName=octref.vetur

27、Vuejs Examples

Vuejs A collection of examples in interface development.

2What tools are used for vue development?

Link https://vuejsexamples.com/

28, Visual Studio Code editor

Visual Studio Code (VS Code) is a free, open source editor launched by Microsoft. It quickly became popular after its launch and was favored by developers. As a front-end developer, a powerful editor can make development simple, convenient and efficient. This book chooses to explain based on the VS Code editor.

VS Code editor has the following characteristics:

(1) It is light and fast and takes up less system resources.

(2) It has functions such as syntax highlighting, intelligent code completion, custom shortcut keys and code matching.

(3) Cross-platform. Different developers will choose different platforms to carry out project development work for their work needs, which limits the scope of use of the editor to a certain extent. The VSCode editor is not only cross-platform (supports Mac, Windows, and Linux), but it is also very simple to use.

(4) The design of the theme interface is more user-friendly. For example, you can quickly find files to develop directly, you can display code through split screen, the theme color can be customized (default is black), you can also quickly view recently opened project files and view the project file structure.

(5) Provides a wealth of plug-ins. VSCode provides plug-in extension functions. Users can download and install them according to their needs. They only need to restart the editor after the installation and configuration are successful to use the functions provided by this plug-in.

29, git-bash command line tool

When developing Vue, we often use some commands, such as npm (package manager), vue-cli (Scaffolding), these commands need to be used from the command line. git-bash is a command line tool provided in git (version manager). Its appearance is similar to the cmd command line tool built into Windows system, but the user experience is more friendly. In actual development, the git-bash tool is often used instead of cmd. Next we will explain the installation steps of git-bash.

(1) Open the git for windows official website and download the git installation package, as shown below

What tools are used for vue development?

(2) Double-click the downloaded installation program to install it, as shown below

What tools are used for vue development?

(3) Click "Next" button, follow the prompts to install, and just use the default values.

(4) After successful installation, start git-bash.

What tools are used for vue development?

30. WebStorm

WebStorm is a JavaScript development tool owned by JetBrains. It has been praised by the majority of Chinese JS developers as "Web front-end development artifact", "the most powerful HTML5 editor", "the most intelligent JavaScript IDE", etc. It has the same origin as IntelliJ IDEA and inherits the functions of the powerful JS part of IntelliJ IDEA.

31. Node.js

Node.js is a JavaScript running environment based on the Chrome V8 engine, which allows JavaScript to run on the server side.

[Related recommendations: vuejs video tutorial, web front-end development]

The above is the detailed content of What tools are used for vue development?. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
分享两个可以绘制 Flowable 流程图的Vue前端库分享两个可以绘制 Flowable 流程图的Vue前端库Sep 07, 2022 pm 07:59 PM

前端有没有现成的库,可以直接用来绘制 Flowable 流程图的?下面本篇文章就跟小伙伴们介绍一下这两个可以绘制 Flowable 流程图的前端库。

vue是前端css框架吗vue是前端css框架吗Aug 26, 2022 pm 07:37 PM

vue不是前端css框架,而是前端JavaScript框架。Vue是一套用于构建用户界面的渐进式JS框架,是基于MVVM设计模式的前端框架,且专注于View层。Vue.js的优点:1、体积小;2、基于虚拟DOM,有更高的运行效率;3、双向数据绑定,让开发者不用再去操作DOM对象,把更多的精力投入到业务逻辑上;4、生态丰富、学习成本低。

聊聊Vue3+qrcodejs如何生成二维码并添加文字描述聊聊Vue3+qrcodejs如何生成二维码并添加文字描述Aug 02, 2022 pm 09:19 PM

Vue3如何更好地使用qrcodejs生成二维码并添加文字描述?下面本篇文章给大家介绍一下Vue3+qrcodejs生成二维码并添加文字描述,希望对大家有所帮助。

手把手带你利用vue3.x绘制流程图手把手带你利用vue3.x绘制流程图Jun 08, 2022 am 11:57 AM

利用vue3.x怎么绘制流程图?下面本篇文章给大家分享基于 vue3.x 的流程图绘制方法,希望对大家有所帮助!

一文深入详解Vue路由:vue-router一文深入详解Vue路由:vue-routerSep 01, 2022 pm 07:43 PM

本篇文章带大家详解Vue全家桶中的Vue-Router,了解一下路由的相关知识,希望对大家有所帮助!

手把手带你使用Vue开发一个五子棋小游戏!手把手带你使用Vue开发一个五子棋小游戏!Jun 22, 2022 pm 03:44 PM

本篇文章带大家利用Vue基础语法来写一个五子棋小游戏,希望对大家有所帮助!

手把手带你了解VUE响应式原理手把手带你了解VUE响应式原理Aug 26, 2022 pm 08:41 PM

本篇文章我们来了解 Vue2.X 响应式原理,然后我们来实现一个 vue 响应式原理(写的内容简单)实现步骤和注释写的很清晰,大家有兴趣可以耐心观看,希望对大家有所帮助!

通过9个Vue3 组件库,看看聊前端的流行趋势!通过9个Vue3 组件库,看看聊前端的流行趋势!May 07, 2022 am 11:31 AM

本篇文章给大家分享9个开源的 Vue3 组件库,通过它们聊聊发现的前端的流行趋势,希望对大家有所帮助!

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool