Software Alternatives, Accelerators & Startups

Svelte Series-2: How to install Svelte

Webpack Vite Svelte rollup.js Node.js SvelteKit Visual Studio Code
  1. Webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.
    Pricing:
    • Open Source
    If we don't want to use Vite or SvelteKit, or if we don't have the means to use them, then we need to integrate Svelte with our own environment. In our daily development, we usually use webpack or Rollup as our project's module management packaging tool. Therefore, I will introduce these two environments, how to build the Svelte environment.

    #Web Application Bundler #JS Build Tools #Module Bundler 221 social mentions

  2. 2
    Next Generation Frontend Tooling
    Pricing:
    • Open Source
    After we have installed the Node environment, we can use Vite to install. Because the use of Vite has a higher version of Node.js requirements, so I recommend that you install a relatively new Node.js. Currently I use the version for v18.15.0.

    #Software Development #Web Frameworks #Developer Tools 388 social mentions

  3. 3
    Cybernetically enhanced web apps
    Pricing:
    • Open Source
    The original installation referred to here is actually the installation prompt that appears on the home page of the official website.

    #Javascript UI Libraries #JavaScript Framework #JS Library 356 social mentions

  4. Rollup is a module bundler for JavaScript which compiles small pieces of code into a larger piece such as application.
    Pricing:
    • Open Source
    If we don't want to use Vite or SvelteKit, or if we don't have the means to use them, then we need to integrate Svelte with our own environment. In our daily development, we usually use webpack or Rollup as our project's module management packaging tool. Therefore, I will introduce these two environments, how to build the Svelte environment.

    #Web Application Bundler #JS Build Tools #Front End Package Manager 47 social mentions

  5. Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications

    #Runtime #JavaScript Runtime #JavaScript 799 social mentions

  6. SvelteKit is the official Svelte application framework
    Pricing:
    • Open Source
    SvelteKit is a framework for building web applications using Svelte.

    #Application And Data #Languages & Frameworks #Frameworks (Full Stack) 86 social mentions

  7. Build and debug modern web and cloud applications, by Microsoft
    Pricing:
    • Open Source

    #Text Editors #IDE #Software Development 1032 social mentions

Discuss: Svelte Series-2: How to install Svelte

Log in or Post with