Software Alternatives & Reviews

Web scraper in Nuxt 3 - part I - Introduction and setting up

Git ESLint Visual Studio Code Bun.sh
  1. 1

    Git

    Git is a free and open source version control system designed to handle everything from small to very large projects with speed and efficiency. It is easy to learn and lightweight with lighting fast performance that outclasses competitors.
    Pricing:
    • Open Source
    For the final deployment part, you should use Git along with some online repository provider (I side with GitHub, but Netlify also seems to support GitHub, Bitbucket and Azure DevOps out of the box).

    #Git #Git Tools #Code Collaboration 214 social mentions

  2. 2
    The fully pluggable JavaScript code quality tool
    Pricing:
    • Open Source
    Starting a new project with Nuxt is very simple. In fact, technically all you need are just two files. However, for the begining you should rather follow the Nuxt official recommendations. Or, if you like to, you may also use my own Nuxt Starter project which is already prepared and a bit enhanced with eslint, which I find invaluable in terms of code maintenance. To start benefiting from eslint’s static code analysis, you need to install an extension into VS Code.

    #Code Coverage #Developer Tools #Code Quality 229 social mentions

  3. Build and debug modern web and cloud applications, by Microsoft
    Pricing:
    • Open Source
    It is good to have an IDE, while I believe VS Code is the best possible option for JavaScript projects. But if you would rather use something else, be my guest.

    #Text Editors #IDE #Software Development 1017 social mentions

  4. 4
    Bun is an all-in-one JavaScript runtime & toolkit designed for speed, complete with a bundler, test runner, and Node.js-compatible package manager.
    Pricing:
    • Open Source
    That implies you have some local JS runtime, probably Node.js (I am not familiar with things like Deno or Bun, so I can’t guarantee things would work there).

    #JavaScript Runtime #JavaScript #JavaScript Tools 143 social mentions

Discuss: Web scraper in Nuxt 3 - part I - Introduction and setting up

Log in or Post with