Skip to content

⚡️ a lightweight frontend build tool designed to deliver swift development experiences and efficient build processes。支持双引擎架构,esbuild 预构建,ModuleGraph,HMR,插件架构,单文件编译,代码压缩

Notifications You must be signed in to change notification settings

Sunny-117/tiny-vite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6c1531a · May 7, 2024

History

28 Commits
Mar 27, 2024
Aug 30, 2023
Aug 28, 2023
Mar 28, 2024
Mar 28, 2024
Aug 28, 2023
Aug 30, 2023
Aug 30, 2023
Aug 30, 2023
May 7, 2024
Mar 28, 2024
Mar 28, 2024
Aug 28, 2023
Sep 26, 2023

Repository files navigation

tiny-vite

English | 简体中文

tiny-vite is a lightweight frontend build tool designed to deliver swift development experiences and efficient build processes. Rooted in the foundational principles of the Vite build tool, it streamlines certain functionalities to enhance its agility and user-friendliness.

Feature

  • ⚡️ Swift Development Server: Utilizing an integrated development server, it achieves Hot Module Replacement (HMR) and rapid reloading, accelerating the development workflow.
  • 🚀 Instant Compilation: Leveraging modern browser ES module capabilities, it circumvents the bundling process to achieve on-demand compilation and loading, thereby reducing development time.
  • 📝 Streamlined Configuration: With just a single configuration file, projects can be initiated swiftly, eliminating the need for cumbersome setup procedures.
  • 🎉 Lightweight: Complex functionalities have been streamlined, retaining core features to ensure the tool's lightweight nature.

Install

Before you begin, please ensure that Node.js is installed in your environment.

To install tiny-vite, follow these steps:

  1. Install tiny-vite globally by executing the following command:
npm install -g tiny-vite
  1. Navigate to your project directory.
mkdir my-app
cd my-app
  1. Initialize the project (generate configuration files and necessary directory structure).
mini-vite init
  1. Start the development server
mini-vite dev

Contributions

If you encounter any issues or have suggestions for improvement, feel free to raise an Issue or submit a Pull Request. We greatly appreciate community contributions in our endeavor to enhance tiny-vite together!

License

Released under the MIT License. Refer to the LICENSE file for more information."

About

⚡️ a lightweight frontend build tool designed to deliver swift development experiences and efficient build processes。支持双引擎架构,esbuild 预构建,ModuleGraph,HMR,插件架构,单文件编译,代码压缩

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages