Sin descripción

Chenyang 531b7c0624 Merge pull request #159 from qor5/fix-pb hace 1 año
.github 43bdf19d91 qor5 test: s3 for ci hace 1 año
activity 7750359880 Merge pull request #106 from qor5/refactor-activity-log hace 1 año
example d5407cb155 media_oss acl S3CannedAccessControlListBucketOwnerFullControl hace 1 año
hack 1648734535 fix jq syntax hace 1 año
l10n c61dd88012 Merge branch 'main' into new-pb hace 1 año
login 14f10bc201 login: panic for unexpected errors hace 1 año
media b6cc4ddf9f Update integration_test.go hace 1 año
microsite 94d304de34 optmize microsite copy hace 1 año
note 8defa75af0 add version note hace 1 año
pagebuilder d9dcd0ffe5 Remove duplicate URL display on PB pages editing hace 1 año
plantbuild cc9f774dea data resetor deploy hace 1 año
presets b616a753ce Merge branch 'fix-localize' hace 1 año
publish 532cd7ab4e fix first version name hace 1 año
richeditor 2bbdd6b1a4 richeditor: raw config hace 1 año
role 3b26798d07 Merge branch 'main' into optimize-perm-role hace 1 año
seo dbc469f449 fix seo test hace 1 año
slug abd359076b fix organization name changed hace 2 años
utils 6915aadc0d i18n default Japanese messages hace 1 año
worker f6ceb45b17 change test db hace 1 año
.gitignore b196e84fc0 add dev_env_local to .gitignore hace 2 años
LICENSE a7762f5c17 Update company name hace 1 año
README.md 46e4545f62 Update README.md hace 1 año
dev.sh 59d9ee449f upgrade and select normal file hace 3 años
dev_env_test f6ceb45b17 change test db hace 1 año
docker-compose.yaml f6ceb45b17 change test db hace 1 año
go.mod 2bbdd6b1a4 richeditor: raw config hace 1 año
go.sum b616a753ce Merge branch 'fix-localize' hace 1 año

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