Coder Social home page Coder Social logo

arklnk / ark-admin-zero Goto Github PK

View Code? Open in Web Editor NEW
143.0 2.0 23.0 935 KB

🚀 基于Go-Zero + Vue3 + TypeScript + Element-Plus开发的简单高效权限管理系统。 A simple and efficient permission management system based on Go-Zero + Vue3 + TypeScript + Element-Plus

Home Page: https://docs.arklnk.com

License: MIT License

Go 64.71% Dockerfile 0.32% Smarty 34.44% Shell 0.13% Makefile 0.40%
admin go-zero vue mysql redis

ark-admin-zero's Introduction

English | 简体中文

The official documentation

Doc: https://docs.arklnk.com

The back-end: https://github.com/arklnk/ark-admin-zero

The front end: https://github.com/arklnk/ark-admin-vuenext

Online experience

demo: http://arkadmin.si-yee.com

Account Password Remark
demo 123456 demo
  • For more complete project functionality, download the project yourself and run the experience or use docker-compose

docker-compose

git clone https://github.com/arklnk/ark-admin-zero.git
cd ark-admin-zero
docker-compose up -d

login:http://127.0.0.1

Account Password Remark
arklnk 123456 root
demo 123456 demo

login

Star && PR

If the project is helpful you can click on the Star support. There are better implementations of welcome PR.

Browser Support

Modern browsers and Internet Explorer 10+.

IE / Edge IE / Edge Firefox Firefox Chrome Chrome Safari Safari
IE10, IE11, Edge last 2 versions last 2 versions last 2 versions

Thanks

https://go-zero.dev/cn

https://github.com/Mikaelemmmm/go-zero-looklook

https://github.com/jinzhu/copier

https://github.com/go-playground/validator

https://github.com/fangpenlin/avataaars-generator

https://www.jetbrains.com/go

https://github.com/cortesi/modd

ark-admin-zero's People

Contributors

jsonmark avatar trevor-lan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ark-admin-zero's Issues

`locales.Translator ` should be initialized with `accept-language` or locale in query params

validate := validator.New()
		validate.RegisterTagNameFunc(func(fld reflect.StructField) string {
			name := fld.Tag.Get("label")
			return name
		})

		trans, _ := ut.New(zh.New()).GetTranslator("zh")
		validateErr := translations.RegisterDefaultTranslations(validate, trans)
		if validateErr = validate.StructCtx(r.Context(), req); validateErr != nil {
			for _, err := range validateErr.(validator.ValidationErrors) {
				httpx.Error(w, errorx.NewHandlerError(errorx.ParamErrorCode, errors.New(err.Translate(trans)).Error()))
				return
			}
		}

建议仿照looklook组织结构一样

建议仿照looklook组织结构一样
1.错误码可以弄大一点,方便不同模块扩展
2.把这里的作为admin模块,塞到looklook类似组织结构的api模块最为实用

How to use BasicForm?

Hello everyone,

Is anyone has some docs that explain how to use BasicForm and schema?

I appreciate any help!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.