Code Monkey home page Code Monkey logo

go-zero-admin-vue3's Introduction

go-zero-admin

vite + pinia + ts + antDesignVue4.x + tailwindCss + formily2.x

安装依赖

  yarn install

启动项目

  yarn dev

目录结构

|-- go-zero-admin                           # 项目根目录
    |-- vite.config.ts                      # Vite 配置文件
    |-- build                                # 构建相关文件夹
    |   |-- proxy.ts                         # 代理配置文件
    |-- public                               # 静态资源文件夹
    |-- src                                  # 源代码文件夹
    |   |-- App.vue                          # 根组件
    |   |-- env.d.ts                         # 环境声明文件
    |   |-- main.ts                          # 入口文件
    |   |-- style.css                        # 公共样式文件
    |   |-- tailwind.css                     # Tailwind CSS 文件
    |   |-- vite-env.d.ts                    # Vite 环境声明文件
    |   |-- api                               # API相关文件夹
    |   |   |-- http.ts                       # HTTP 请求封装
    |   |   |-- modules                       # API模块文件夹
    |   |       |-- api.ts                    # API模块文件
    |   |-- assets                            # 资源文件夹
    |   |-- components                        # 组件文件夹
    |   |   |-- Layout                        # 布局组件文件夹
    |   |   |-- Loading                       # 加载组件文件夹
    |   |   |-- sysDict                       # 系统字典组件文件夹
    |   |-- config                            # 配置文件夹
    |   |-- directives                        # 自定义指令文件夹
    |   |-- hooks                             # 自定义钩子文件夹
    |   |-- router                            # 路由配置文件夹
    |   |-- store                             # 状态管理文件夹
    |   |-- styles                            # 样式文件夹
    |   |-- types                             # 类型声明文件夹
    |   |-- utils                             # 工具函数文件夹
    |   |-- views                             # 视图文件夹
    |-- types                                 # 全局类型声明文件夹

提交代码 yarn commit 命令

go-zero-admin-vue3's People

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.