Installing

A guide to installing and using Visi.js

To install visi.js you can either use npm or npx, or pnpm

npm i visiapp@latest -g
npx visiapp@latest create <name>
pnpm add visiapp@latest

This installs https://www.npmjs.com/package/visiapp which is a cli app, made to make life easier with importing Visi & components

Next you can run the serve method using visiapp which runs a http and https webpage that auto minifies files when user visits the page.

visiapp serve // in the main directory!

Last updated