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.
- Host: GitHub
- URL: https://github.com/mitscherlich/vite-chainable
- Owner: Mitscherlich
- License: mit
- Created: 2022-07-01T08:51:34.000Z (about 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-07-05T14:46:26.000Z (about 4 years ago)
- Last Synced: 2025-07-19T08:07:35.592Z (about 1 year ago)
- Topics: vite, vite-chainable
- Language: JavaScript
- Homepage: https://npm.im/vite-chainable
- Size: 94.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vite-chainable
[](https://npm.im/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)