https://github.com/zardoy/vite-wrapper
NPM: `@zardoy/vit` I use it instead of Vite
https://github.com/zardoy/vite-wrapper
Last synced: 11 months ago
JSON representation
NPM: `@zardoy/vit` I use it instead of Vite
- Host: GitHub
- URL: https://github.com/zardoy/vite-wrapper
- Owner: zardoy
- License: mit
- Created: 2021-08-12T14:49:09.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-06T07:10:57.000Z (almost 3 years ago)
- Last Synced: 2025-04-06T21:38:26.086Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://npmjs.com/@zardoy/vit
- Size: 205 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Vite Wrapper
## Key Features
- Generates index.html if you don't have one
- Adds environment variables e.g. app name, version (note: to reload changes restart server)
- Allows to use these env variables in `.html` files
- Automatic framework plugins detection
- Preconfigured WindiCSS
For these and others, look into source code.
## TODO
- setup tests