Sem descrição

Azuma Daisuke b358db3a50 fix StatusBar in edit form há 1 ano atrás
.github 43bdf19d91 qor5 test: s3 for ci há 1 ano atrás
activity 7750359880 Merge pull request #106 from qor5/refactor-activity-log há 1 ano atrás
example b358db3a50 fix StatusBar in edit form há 1 ano atrás
hack 1648734535 fix jq syntax há 1 ano atrás
l10n 640c5e52bf Modify visibility of variables in l10n config há 1 ano atrás
login 14f10bc201 login: panic for unexpected errors há 1 ano atrás
media 5180d67e58 Fix missing URL for uploading non image files há 1 ano atrás
microsite 94d304de34 optmize microsite copy há 1 ano atrás
note 8defa75af0 add version note há 1 ano atrás
pagebuilder b358db3a50 fix StatusBar in edit form há 1 ano atrás
plantbuild cc9f774dea data resetor deploy há 1 ano atrás
presets b358db3a50 fix StatusBar in edit form há 1 ano atrás
publish b358db3a50 fix StatusBar in edit form há 1 ano atrás
richeditor 2bbdd6b1a4 richeditor: raw config há 1 ano atrás
role 3b26798d07 Merge branch 'main' into optimize-perm-role há 1 ano atrás
seo dc5e64f84c use @focus to fire seo.tagInputsFocus há 1 ano atrás
slug abd359076b fix organization name changed há 1 ano atrás
utils 6915aadc0d i18n default Japanese messages há 1 ano atrás
worker 710fc71edc worker: ctx for Queue methods há 1 ano atrás
.gitignore b196e84fc0 add dev_env_local to .gitignore há 1 ano atrás
LICENSE a7762f5c17 Update company name há 1 ano atrás
README.md 46e4545f62 Update README.md há 1 ano atrás
dev.sh 59d9ee449f upgrade and select normal file há 3 anos atrás
dev_env_test f6ceb45b17 change test db há 1 ano atrás
docker-compose.yaml f6ceb45b17 change test db há 1 ano atrás
go.mod 1335197b0a upgrade qor5/ui há 1 ano atrás
go.sum 1335197b0a upgrade qor5/ui há 1 ano atrás

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