vide/docs/index.md
2024-10-28 23:55:49 +01:00

1.8 KiB

layout next hero features
home
text link
Introduction /tut/crash-course/1-introduction
name tagline image actions
Vide A reactive UI and state library for Luau.
src
/logo.svg
theme text link
brand Crash Course /tut/crash-course/1-introduction
theme text link
alt API Reference /api/reactivity-core
title details
Reactive State Management Built upon Solid and makes building reactive applications simple.
title details
Declarative and simple syntax Syntax designed to be minimal while also being easy to understand.
title details
Fully Luau typecheckable Luau's typechecker catches type errors before you even begin testing.

Installation

Vide can be installed via Wally and Github. There is currently no official Vide rbxm.

:::tabs == Wally

Make sure you have wally installed on your computer.
Add the following line to your wally.toml and then re-install your packages

[dependencies]
vide = centau/vide@0.3.1

== Git

Make sure you have Git installed on your computer.
Run the following command in the directory you want to have Vide installed at

git submodule add https://github.com/centau/vide.git

== Build

Download vide onto your computer

git clone https://github.com/centau/vide.git & cd vide

then use a syncing tool to build Vide into a rbxm

rojo build -o build.rbxm

which you can then insert into Roblox Studio

:::