Vite

Open-source projects categorized as Vite

Top 23 Vite Open-Source Projects

  • vite

    Next generation frontend tooling. It's fast!

  • Project mention: 🇫🇷 Base d'une application RiotJS avec Vite | dev.to | 2024-05-19

    import { defineConfig } from 'vite' import riot from 'rollup-plugin-riot' export default defineConfig({ root : process.cwd() + '/client', plugins : [riot()], build: { minify : 'esbuild', /** https://vitejs.dev/config/build-options.html#build-minify */ target : 'esnext' /** https://vitejs.dev/config/build-options.html#build-target */ } })

  • slidev

    Presentation Slides for Developers

  • Project mention: FLaNK Stack Weekly for 20 June 2023 | dev.to | 2023-06-20
  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • react-starter-kit

    The web's most popular Jamstack front-end template (boilerplate) for building web applications with React

  • Project mention: Major Update to React Starter Kit: Welcome Joy UI and Jotai! | /r/reactjs | 2023-12-04

    Your Feedback Matters Your feedback is crucial for the continuous improvement of the React Starter Kit. Please try out the new version and share your thoughts and experiences. If you encounter any issues or have suggestions, feel free to open an issue on GitHub or join our community chat on Discord. We're excited to see the amazing applications you'll build with these new features! Happy coding! https://github.com/kriasoft/react-starter-kit

  • vue-vben-admin

    A modern vue admin. It is based on Vue3, vite and TypeScript. It's fast!

  • gin-vue-admin

    🚀Vite+Vue3+Gin的开发基础平台,支持TS和JS混用。它集成了JWT鉴权、权限管理、动态路由、显隐可控组件、分页封装、多点登录拦截、资源权限、上传下载、代码生成器、表单生成器和可配置的导入导出等开发必备功能。

  • SvelteKit

    web development, streamlined (by sveltejs)

  • Project mention: Ask HN: What is the best stack for a single dev? | news.ycombinator.com | 2024-05-16

    I've pumped out many web apps using Svelte(Kit). I find it very good for rapid prototyping and exploratory programming. For example, I wrote a beat-aware video player in an afternoon or two.

    Even if you are a single dev, you will probably find yourself interacting with other members of the community. (Maybe more so for a single dev?) I find the Svelte community quite responsive and helpful.

    SvelteKit can handle both client and server parts. It streamlines a lot of the stuff most web apps need like routing. However, it doesn't include some other common stuff like auth and persistence to a database.

    https://kit.svelte.dev/

  • awesome-vite

    ⚡️ A curated list of awesome things related to Vite.js

  • Project mention: JS Toolbox 2024: Bundlers and Test Frameworks | dev.to | 2024-03-03

    Vite is a modern front-end build tool that significantly improves the development experience with its fast cold server start and hot module replacement. It leverages native ES modules and is optimized for speed and efficiency.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • vitest

    Next generation testing framework powered by Vite.

  • Project mention: Integration Testing in Obsidian | dev.to | 2024-05-02

    Using something like Vitest, Jest, or Mocha didn't work because:

  • vitepress

    Vite & Vue powered static site generator.

  • Project mention: VitePress 1.0 | news.ycombinator.com | 2024-03-21

    There is a discussion related to naming on GitHub: https://github.com/vuejs/vitepress/discussions/548

    > I initially gave VitePress a different name because I wanted to be able to explore a different architecture without worrying about backwards compat. After shipping the vuejs.org with VitePress, I believe VitePress is flexible enough to be a full replacement of current VuePress while offering better DX and better performance.

    Given that version 1 landed as "VitePress" they probably decided to keep the name.

    > ...

    > I think we should ship VitePress stable as VuePress 3, but I am open to potential questions and concerns.

    > Pros: Less confusion in the long run. There will be just one officially maintained SSG with better DX, better performance, and customization that fully aligns with standard Vite-based Vue apps.

    > Cons: Potential confusion in the short run, since there are probably a lot of tutorials / integrations targeting VuePress 1. Still I think with the recent Vue 3 switch, users won't be surprised with a major upgrade for VuePress.

  • tamagui

    Style React fast with 100% parity on React Native, an optional UI kit, and optimizing compiler.

  • Project mention: Maintainer Monday | dev.to | 2024-05-13

    You can check out the site for Tamagui here.

  • vitesse

    🏕 Opinionated Vite + Vue Starter Template

  • Project mention: Vue 3 vs Vue 2 so far? What's your opinion? Things I didn't like about Vue 3 compared to Vue 2 | /r/vuejs | 2023-06-02

    The docs help but also look at vitesse template - that helped me a lot to figure out usage and the author of the template is one of the contributors of unplugin.

  • soybean-admin

    A clean, elegant, beautiful and powerful admin template, based on Vue3, Vite5, TypeScript, Pinia, NaiveUI and UnoCSS. 一个清新优雅、高颜值且功能强大的后台管理模板,基于最新的前端技术栈,包括 Vue3, Vite5, TypeScript, Pinia, NaiveUI 和 UnoCSS。

  • massCode

    A free and open source code snippets manager for developers

  • icones

    ⚡️ Icon Explorer with Instant searching, powered by Iconify

  • Project mention: Unleashing Iconify: Your Ultimate Solution for Icons | dev.to | 2023-10-16

    Effortlessly locate the icons you require by utilizing Iconify's user-friendly search feature. Simplify your workflow and save the time spent on selecting icons.

  • electron-vite-vue

    🥳 Really simple Electron + Vite + Vue boilerplate.

  • vike

    🔨 Flexible, lean, robust, community-driven, fast Vite-based frontend framework.

  • Project mention: SSRx vs. Vinxi vs. Vike - for SSR with Vite | dev.to | 2024-03-14

    Here are some collected notes of the distinctions between SSRx, Vinxi and Vike, to share with anyone else searching the web. Since my Google search came up empty, and I had to ask around on Twitter/X and GitHub to find out.

  • unplugin-vue-components

    📲 On-demand components auto importing for Vue

  • Project mention: Vue 3 vs Vue 2 so far? What's your opinion? Things I didn't like about Vue 3 compared to Vue 2 | /r/vuejs | 2023-06-02
  • unplugin-icons

    🤹 Access thousands of icons as components on-demand universally.

  • Project mention: To learn svelte, I clone Github's issues page including useful features that you might consider reusing. | /r/sveltejs | 2023-12-05

    🤹 Unplugin Icons

  • create-vue

    🛠️ The recommended way to start a Vite-powered Vue project

  • vue-color-avatar

    An online avatar generator just for fun | 一个纯前端实现的头像生成网站

  • playground-macos

    My portfolio website simulating macOS's GUI, developed with React and UnoCSS.

  • tailwind-landing-page-template

    Simple Light is a free landing page template built on top of TailwindCSS and fully coded in React / Next.js. Made by

  • Project mention: Next.js Weekly #11: File upload with Server Actions, RSC vs PHP, React AI hook, Vercel AI Accelerator [Details in comments 👇] | /r/nextjs | 2023-06-15

    Free Tailwind landing page template

  • vue-flow

    A highly customizable Flowchart component for Vue 3. Features seamless zoom & pan 🔎, additional components like a Minimap 🗺 and utilities to interact with state and graph.

  • Project mention: Show HN: Svelte Flow – a library for creating node-based UIs | news.ycombinator.com | 2023-11-09
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Vite related posts

  • 🇫🇷 Base d'une application RiotJS avec Vite

    3 projects | dev.to | 19 May 2024
  • Comparing Hattip vs. Express.js for modern app development

    5 projects | dev.to | 8 May 2024
  • React TypeScript - Vite + React

    1 project | dev.to | 8 May 2024
  • I Disappear

    3 projects | dev.to | 6 May 2024
  • FlowDiver: The Road to SSR - Part 1

    3 projects | dev.to | 3 May 2024
  • Integration Testing in Obsidian

    3 projects | dev.to | 2 May 2024
  • Setup React Typescript with Vite & ESLint

    1 project | dev.to | 25 Apr 2024
  • A note from our sponsor - SurveyJS
    surveyjs.io | 20 May 2024
    With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js. Learn more →

Index

What are some of the best open-source Vite projects? This list will help you:

Project Stars
1 vite 65,146
2 slidev 31,384
3 react-starter-kit 22,528
4 vue-vben-admin 22,347
5 gin-vue-admin 20,226
6 SvelteKit 17,809
7 awesome-vite 13,188
8 vitest 11,939
9 vitepress 11,486
10 tamagui 10,155
11 vitesse 8,595
12 soybean-admin 7,823
13 massCode 5,503
14 icones 4,845
15 electron-vite-vue 3,851
16 vike 3,650
17 unplugin-vue-components 3,546
18 unplugin-icons 3,563
19 create-vue 3,446
20 vue-color-avatar 3,188
21 playground-macos 3,125
22 tailwind-landing-page-template 3,142
23 vue-flow 2,992

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com