Software Alternatives & Reviews

Create a typescript utility library using Vite

Vite Prettier Jest
  1. 1
    Next Generation Frontend Tooling
    Pricing:
    • Open Source
    Import { defineConfig } from 'vite'; Import { resolve } from 'path'; // https://vitejs.dev/config/ Export default defineConfig({ build: { lib: { entry: resolve(__dirname, 'src/main.ts'), formats: ['es'] } }, resolve: { alias: { src: resolve('src/') } }, });.

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

  2. An opinionated code formatter
    Pricing:
    • Open Source
    I'm going with Prettier to format the code. Formatting helps us to keep our code uniform for every developer.

    #Developer Tools #Code Analysis #JavaScript Framework 255 social mentions

  3. 3
    Jest is a delightful JavaScript Testing Framework with a focus on simplicity.
    Pricing:
    • Open Source
    We are going to use the most popular unit testing framework Jest for writing our unit tests.

    #Developer Tools #JavaScript Framework #Javascript Testing Framework 37 social mentions

Discuss: Create a typescript utility library using Vite

Log in or Post with