Skip to content

List of useful tools

About 511 wordsAbout 2 min

toolnode

2021-02-10

Browser plugin

  • Vue.js devtools As the name suggests, a very useful browser vue development debugging plugin
  • React Developer Tools React development debugging plug-in
  • Octotree - GitHub code tree Generate sidebar of file tree in github repository for easy online viewing/jumping
  • XPath Helper Extract the XPath of the DOM element selected by the current website, which is useful when doing point testing.

cli development

  • commander Complete command line solution
  • cac Lightweight solution for building cli tools

  • minimist Command line parameter parsing tool
  • yargs Command line parameter parsing tool

  • Inquirer Interactive command line tool
  • prompt Command line Dialogue Tool

  • shelljs shell calling tool

  • execa shell calling tool

  • chalk node terminal output beautification tool

  • ora Terminal loading tool

  • chokidar File listening tool

  • is-ci Check whether the current environment is an integrated environment

Http server

Server Framework

  • Nestjs Node-side development framework of Spring boot

  • Next.js React application development framework

  • Nuxt.js Vue application development framework

  • Think.js Node-side development framework

  • Egg.js Alibaba's open source Node-end development framework

VSCode plugin

skin

Assisted Development


  • any-rule Complete collection of regular expressions

Test Tool

assertion

unit

2e2

other

  • Slidev Presentation tool for developers
  • loupe Code execution process visualization