sol

Sol

light web frame work developed by C++/Svelte/Stimulus

Sol

About

Light Web Application Frame Work(developed by C++/Svelte/Stimulus)

Usage

# Create New Sol App!
sol new AppName

# Create New Stimulus Controller
sol generate controller Hoge

# Create New Svelte Component
sol generate component Fuga

# Create New Svelte Routes Component
sol generate route Fuga

# Build App
sol build

# Run Server
sol server

Install


# Clone This Repo
git clone --recursive https://github.com/S-H-GAMELINKS/sol.git ~/.sol

# Add Path & Restart Bash
echo 'export PATH="$HOME/.sol/bin:$PATH"' >> ~/.bashrc && exec bash

Examples

Simple SPA Sample!

Using Bootstrap Sample!

Counter Sample!

Using Stimulus in Svelte

Using SQLite3 for ORM

Top categories

Loading Svelte Themes