@longbeard/vite-development
v0.0.11
Published
Vite development helper script
Downloads
3
Keywords
Readme
Vite Development Helper Script
For use with beardbalm-vite
theme.
Installation
Install this package from NPM:
npm i --save-dev @longbeard/vite-development
Create a file on the theme folder, at src/scripts/development.ts
, and call initViteDevelopment()
function:
// beardbalm/src/scripts/development.ts
import { initViteDevelopment } from "@longbeard/vite-development";
initViteDevelopment();
That's all!