https://github.com/zouloux/deuspi
Opinionated vite plugins and presets.
https://github.com/zouloux/deuspi
Last synced: 4 months ago
JSON representation
Opinionated vite plugins and presets.
- Host: GitHub
- URL: https://github.com/zouloux/deuspi
- Owner: zouloux
- License: mit
- Created: 2023-02-06T09:55:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-13T12:58:54.000Z (about 1 year ago)
- Last Synced: 2025-11-27T12:12:24.763Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 425 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deu-spi
Opinionated vite plugin collection and presets for my front-end workflow.
## Packages
- [@zouloux/node-server](./packages/node-server)
- Build and watch **node servers** with **esbuild** and **typescript**.
- Plays well with **vite**.
- Has a vite proxy for **Express** and **Fastify**
- `npm i -D @zouloux/node-server`
- [@zouloux/vite-config-helpers](./packages/vite-config-helpers)
- Tiny helpers for vite config
- Check [presets](./presets) to know more
- `npm i -D @zouloux/vite-config-helpers`
- [vite-plugin-atomizer](./packages/vite-plugin-atomizer)
- Export computed variables from less / sass / css-modules automatically
- `npm i -D vite-plugin-atomizer`
- [vite-plugin-env](./packages/vite-plugin-env)
- Inject custom envs into your vite bundle.
- `npm i -D vite-plugin-env`
- [vite-plugin-stachtml](./packages/vite-plugin-stachtml)
- Add [Stach](https://github.com/zouloux/stach) templating into loaded html files.
- `npm i -D vite-plugin-stachtml`
## Presets
- [Node server](./presets/node-server)
- Integrated workflow with Express or Fastify server
- Watch mode for server
- Typescript for server
- Vite proxy
- No cors issue
- [PHP Server](./presets/php-server)
- With your own PHP server
- [Single Page Application](./presets/single-page-application)
- No server at all