VueS3 is a convenient and flexible tool for creating a cloud-based website.
VueS3 is designed to work in clouds: Amazon Web Services, Google Cloud, Cloudflare, Oracle Cloud, Yandex Cloud, VK Cloud...
All documentation are located at vues3.ru.
You can starting to use vueS3 at run.vues3.ru.
Use the package manager bun to install vueS3.
git clone https://github.com/vues3/vues3.git
bun install
# if you want a spa application
bun run build
# if you want a native application
bun run build:electron
The result will be built in the dist subfolder.
You can always download the last precompiled version.