GithubHelp home page GithubHelp logo

Comments (7)

LyricTian avatar LyricTian commented on September 28, 2024 2

感谢关注,V10 的后端和 CLI 工具基本已经 ready,可以通过工具尝试一下,目前在迭代前端,十一之前能发出来,谢谢

go clone https://github.com/gin-admin/gin-admin-cli.git -b feat/v10

cd gin-admin-cli && make build

gin-admin-cli new -d ~/go/src --name testapp --desc 'A test API service based on golang.' --module 'github.com/xxx/testapp' --git-branch 'feat/v10'

from gin-admin.

TZY0101 avatar TZY0101 commented on September 28, 2024

感觉这个项目很好,纯后端插件简洁,结构清晰,没有那些花里胡哨的东西,非常适合做架子。 V8已经两年了,最近两年golang有点起飞了,看作者在更V10的版本,请问什么时候发正式版呢?

v9不是还没发么?我看项目里的import都还是v8的包

from gin-admin.

jianjianxu avatar jianjianxu commented on September 28, 2024

感觉这个项目很好,纯后端插件简洁,结构清晰,没有那些花里胡哨的东西,非常适合做架子。 V8已经两年了,最近两年golang有点起飞了,看作者在更V10的版本,请问什么时候发正式版呢?

v9不是还没发么?我看项目里的import都还是v8的包

有V10的,V9估计他没来得及

from gin-admin.

jianjianxu avatar jianjianxu commented on September 28, 2024

感谢关注,V10 的后端和 CLI 工具基本已经 ready,可以通过工具尝试一下,目前在迭代前端,十一之前能发出来,谢谢

go clone https://github.com/gin-admin/gin-admin-cli.git -b feat/v10

cd gin-admin-cli && make build

gin-admin-cli new -d ~/go/src --name testapp --desc 'A test API service based on golang.' --module 'github.com/xxx/testapp' --git-branch 'feat/v10'

前端太泛了,框架无数个,更新速度快,半年一年就是一个新框架,我觉着专做go更好一点

from gin-admin.

LyricTian avatar LyricTian commented on September 28, 2024

嗯,前端框架确实很多,主要精力也是专注于后端这块,后面要做生态,专注于业务模块的构建,前端也是必不可少的一环。目前前端以 Ant Design Pro 作为主要的开发框架,再把相关文档完善好,后面就可以放开精力搞生态了。

from gin-admin.

jianjianxu avatar jianjianxu commented on September 28, 2024

我们这边前端也是ant系

from gin-admin.

Meepoljdx avatar Meepoljdx commented on September 28, 2024

如果使用gin-admin-cli生成V10的业务模块的话,配置文件要写成这样,新版本貌似很多key都改了,失败的可以参考下,或者参照gin-admin-cli的Test测试文件自己写:

- name: Cluster
  comment: 集群管理
  fields:
    - name: Name
      type: string
      comment: 名称
      json_tag: cluster_name
      custom_tag: mapstructure:"cluster_name"
      gorm_tag: column:cluster_name;unique;not null
    - name: Description
      type: string
      comment: 描述
      json_tag: description
      custom_tag: mapstructure:"description"
      gorm_tag: column:cluster_des

from gin-admin.

Related Issues (20)

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.