Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/saggre/v-bs-forms
- Owner: Saggre
- Created: 2023-02-14T00:14:21.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-17T15:34:06.000Z (over 1 year ago)
- Last Synced: 2024-10-31T04:24:02.752Z (3 months ago)
- Language: Vue
- Size: 351 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```