vue development tools
1. BootstrapVue
is used to build Bootstrap interface for Vuejs Open source library.
Link https://bootstrap-vue.org/
2, VueXState management library for Vue.js applications .
##Link https://vuex.vuejs.org/##Link https://cli.vuejs.org/
5. Vue Router
Link https://router.vuejs.org/
6, Vuetifyjs
Open source library to help build material design for Vuejs interface.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/
8, Vue Element Admin
Link https://github.com/PanJiaChen/vue-element-admin
9、Vue Apollo for you Setting up your vuejs project with GraphQL made easy.Link https://vue-apollo.netlify.app/
10, Element UI is used for Vue project interface development UI library.Link https://element.eleme.io/#/en-US
11、Quasar
# Link https://quasar.dev/
12, Language Vue
Link https://atom.io/packages/language-vue
13, VuePressVuePress is a Vue driver Static website generatorLink https://v2.vuepress.vuejs.org/
14, Vuejs GuideVuejs development The most complete and detailed guide by anyone.Link https://vuejs.org/guide/introduction.html
15, Vue Select helps you build component selection , and provides useful features for vuejs developers.Link https://vue-select.org/
16, Vueuse
Link https://vueuse.org/
17, VeeValidateA tool for form validation in Vuejs.
Link https://vee-validate.logaretm.com/v4/
18, VantMobile UI interface generation tool library.
Link https://vant-contrib.gitee.io/vant/#/en-US
19、Vue NativeJavascript frameworks help build cross-platform native mobile applications.
Link https://vue-native.io/
Cmeta of Vuejs project Tag manager.
Link https://vue-meta.nuxtjs.org/
21, Vue I18nplug-in helps to contribute to the project Added international functionality.
Link https://kazupon.github.io/vue-i18n/
22, Vue infinite loadingCreated for the website Infinite scrolling functionality.
Link https://peachscript.github.io/vue-infinite-loading/
23. GridsomeThis tool uses Building static websites and applications becomes fast and easy.
Link https://gridsome.org/
Vite is a build tool designed to Provide a faster, more streamlined development experience for modern web projects.
Link https://vitejs.dev/
open source library, help for the website Build multiple selection functionality.
Link https://vue-multiselect.js.org/
26, Veturis used to update in VS Code A good extension for vuejs development and debugging.
Link https://marketplace.visualstudio.com/items?itemName=octref.vetur
27、Vuejs ExamplesVuejs A collection of examples in interface 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
(2) Double-click the downloaded installation program to install it, as shown below
(3) Click "Next" button, follow the prompts to install, and just use the default values.
(4) After successful installation, start git-bash.
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.