Няма описание

zealllot 5cf0637a45 remove note and publish from pagebuilder overview dialog преди 1 година
.github 43bdf19d91 qor5 test: s3 for ci преди 1 година
activity 7750359880 Merge pull request #106 from qor5/refactor-activity-log преди 1 година
example 5cf0637a45 remove note and publish from pagebuilder overview dialog преди 1 година
hack 1648734535 fix jq syntax преди 1 година
l10n 8261233d98 modify l10n Configure преди 1 година
login 14f10bc201 login: panic for unexpected errors преди 1 година
media b6cc4ddf9f Update integration_test.go преди 1 година
microsite 94d304de34 optmize microsite copy преди 1 година
note 8defa75af0 add version note преди 1 година
pagebuilder 3718cee5fb Fix pb invalid slug panic преди 1 година
plantbuild cc9f774dea data resetor deploy преди 1 година
presets 007480590a presets: append fields to layout преди 1 година
publish 532cd7ab4e fix first version name преди 1 година
richeditor 2bbdd6b1a4 richeditor: raw config преди 1 година
role 3b26798d07 Merge branch 'main' into optimize-perm-role преди 1 година
seo f0e0e8db8d seo: add AfterSave hook преди 1 година
slug abd359076b fix organization name changed преди 1 година
utils 6915aadc0d i18n default Japanese messages преди 1 година
worker f6ceb45b17 change test db преди 1 година
.gitignore b196e84fc0 add dev_env_local to .gitignore преди 1 година
LICENSE a7762f5c17 Update company name преди 1 година
README.md 46e4545f62 Update README.md преди 1 година
dev.sh 59d9ee449f upgrade and select normal file преди 3 години
dev_env_test f6ceb45b17 change test db преди 1 година
docker-compose.yaml f6ceb45b17 change test db преди 1 година
go.mod 3175683dac fix preview page html layout преди 1 година
go.sum 3175683dac fix preview page html layout преди 1 година

README.md

QOR5

Build status

Official Website

QOR5 is a Go library to build web applications. We aim to accelerate the development speed and make the website highly customizable.

  • It prefers writing HTML in static typing Go language, rather than a certain type of template language, Not even go template.
  • It try to minify the needs to write any JavaScript/Typescript for building interactive web applications
  • It maximize the reusability of Components. since it uses Go to write components, You can abstract component very easy, and use component from a third party Go package is also like using normal Go packages.

Documentation

Documentation