Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saggre/v-bs-forms

Typed Bootstrap form builder for Vue3
https://github.com/saggre/v-bs-forms

Last synced: about 1 month ago
JSON representation

Typed Bootstrap form builder for Vue3

Awesome Lists containing this project

README

        

# Typed Bootstrap form builder for Vue3

## Building

```bash
# Set engine
sudo n 20

# Install dependencies
npm install

# Build
npm run build
```