0.0.11 • Published 3 years ago
@longbeard/vite-development v0.0.11
Vite Development Helper Script
For use with beardbalm-vite theme.
Installation
Install this package from NPM:
npm i --save-dev @longbeard/vite-developmentCreate 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!