What tools are used for vue development?

青灯夜游
Release: 2022-12-23 14:25:48
Original
11353 people have browsed it

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!