Không có mô tả

zealllot 736e0bf192 modify InitDB 1 năm trước cách đây
.github 43bdf19d91 qor5 test: s3 for ci 1 năm trước cách đây
activity 7750359880 Merge pull request #106 from qor5/refactor-activity-log 1 năm trước cách đây
example 736e0bf192 modify InitDB 1 năm trước cách đây
hack 1648734535 fix jq syntax 1 năm trước cách đây
l10n 640c5e52bf Modify visibility of variables in l10n config 1 năm trước cách đây
login 14f10bc201 login: panic for unexpected errors 1 năm trước cách đây
media e7414caf36 media vips: fix default size key 1 năm trước cách đây
microsite 94d304de34 optmize microsite copy 1 năm trước cách đây
note 8defa75af0 add version note 1 năm trước cách đây
pagebuilder 548853c7fa fix localizeContainersToAnotherPage shared container 1 năm trước cách đây
plantbuild cc9f774dea data resetor deploy 1 năm trước cách đây
presets 007480590a presets: append fields to layout 1 năm trước cách đây
publish 1e22d8ae87 modify duplicateVersionAction 1 năm trước cách đây
richeditor 2bbdd6b1a4 richeditor: raw config 1 năm trước cách đây
role 3b26798d07 Merge branch 'main' into optimize-perm-role 1 năm trước cách đây
seo f0e0e8db8d seo: add AfterSave hook 1 năm trước cách đây
slug abd359076b fix organization name changed 1 năm trước cách đây
utils 6915aadc0d i18n default Japanese messages 1 năm trước cách đây
worker f6ceb45b17 change test db 1 năm trước cách đây
.gitignore b196e84fc0 add dev_env_local to .gitignore 1 năm trước cách đây
LICENSE a7762f5c17 Update company name 1 năm trước cách đây
README.md 46e4545f62 Update README.md 1 năm trước cách đây
dev.sh 59d9ee449f upgrade and select normal file 3 năm trước cách đây
dev_env_test f6ceb45b17 change test db 1 năm trước cách đây
docker-compose.yaml f6ceb45b17 change test db 1 năm trước cách đây
go.mod 1335197b0a upgrade qor5/ui 1 năm trước cách đây
go.sum 1335197b0a upgrade qor5/ui 1 năm trước cách đây

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