UNPKG

vodu

Version:

vite wrapper for quick prototyping heavily inspired on budo

67 lines (40 loc) 1.16 kB
# [vodu](https://github.com/sombriks/vodu) ![tests and coverage](https://github.com/sombriks/vodu/actions/workflows/node.js.yml/badge.svg) [![npm version](https://img.shields.io/npm/v/vodu?style=plastic)](https://www.npmjs.com/package/vodu) [![license](https://img.shields.io/github/license/sombriks/vodu.svg)](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_