An open API service indexing awesome lists of open source software.

https://github.com/mitscherlich/vite-chainable

Use a chaining API to generate and simplify the modification of Vite configurations.
https://github.com/mitscherlich/vite-chainable

vite vite-chainable

Last synced: 3 months ago
JSON representation

Use a chaining API to generate and simplify the modification of Vite configurations.

Awesome Lists containing this project

README

          

# vite-chainable

[![npm version](https://badgen.net/npm/v/vite-chainable)](https://npm.im/vite-chainable) [![npm downloads](https://badgen.net/npm/dm/vite-chainable)](https://npm.im/vite-chainable)

Use a chaining API to generate and simplify the modification of [Vite](https://vitejs.dev/) configurations.

## Install

via `pnpm`, `yarn` or `npm`:

```bash
pnpm add vite-chainable
# or
yarn add vite-chainable
# or
npm i -S vite-chainable
```

## License

MIT © [Mitscherlich](https://mitscherlich.me)