Skip to content

bdelanghe/lean-to

Repository files navigation

lean-to

Cozy Place for Devs to Build Vue 3 Projects


The Shelter

Setup

In Browser

If You Want Local VsCode

If You Want A Local Container

Notable Extensions

Features


Pre-packed

UI Frameworks

  • UnoCSS - The instant on-demand atomic CSS engine.

Icons

Plugins

Coding Style

Dev tools

Variations

As this template is strongly opinionated, the following provides a curated list for community-maintained variations with different preferences and feature sets. Check them out as well. PR to add yours is also welcome!

Official
Community

Usage

Development

Just have fun...

Deploy on Netlify

Go to Netlify and select your clone, OK along the way, and your App will be live in a minute.

Docker Production Build

First, build the vitesse image by opening the terminal in the project's root directory.

docker buildx build . -t vitesse:latest

Run the image and specify port mapping with the -p flag.

docker run --rm -it -p 8080:80 vitesse:latest

Why

Why another fork? I wanted to wrap this project in a dev-container so anyone could jump into it right away. (see community maintained variation forks)