visiapp
v1.3.0
Published
A command-line tool for creating Visi applications
Downloads
15
Readme
VisiApp
lts visi.js: 1.9.2-stable
VisiApp is a tool that allows you to create Visi.js spa applications with ease!
Visi.js info:
Installation
npm install -g visiapp
npx visiapp@latest create <name>
pnpm add visiapp
Getting Started
To create a new Visi app, run the following command:
Replace <name>
with the name of your app. This will create a new directory with the specified name and populate it with the necessary files and folders to get started.
visiapp create <name>
Commands
Here are the available commands for working with Visi:
visiapp create <name>
- Create a new Visi app with the specified name.visiapp serve
- Start a local development server.visiapp build
- Build a production version of your app.