vodu
Version:
vite wrapper for quick prototyping heavily inspired on budo
67 lines (40 loc) • 1.16 kB
Markdown
# [vodu](https://github.com/sombriks/vodu)

[](https://www.npmjs.com/package/vodu)
[](LICENSE)
[vite](https://github.com/vitejs/vite) wrapper for quick prototyping heavily
inspired on [budo](https://github.com/mattdesl/budo)
## requirements
- node 16 or newer
## installing
```bash
# under construction, don't install it yet
```
## sample usage
Runs vanilla javascript
```bash
vodu index.js
```
Runs vue component with reasonable defaults
```bash
vodu index.vue
```
Runs react component with reasonable defaults
```bash
vodu index.jsx
```
Runs svelte component with reasonable defaults
```bash
vodu index.svelte
```
## what vodu is
it's a small runner for your component.
tired of large boilerplates?
just want to test some quick idea?
vodu is your tool!
_UNDER CONSTRUCTION_
## what vodu is not
want to setup big brains project? use vite directly instead.
_UNDER CONSTRUCTION_
## roadmap
_UNDER CONSTRUCTION_