GithubHelp home page GithubHelp logo

soaui's Introduction

SOAUI

基于 Vue 3、Vite、TypeScript、Pinia 和 Vue Router 高可用的前端管理框架。

项目依赖

在开始之前,请确保你已经安装了以下依赖:

项目设置

首先,克隆这个仓库并安装依赖:

git clone https://github.com/feiyit/soaui.git
cd soaui
pnpm install

运行项目

运行以下命令以在本地启动开发服务器:

pnpm dev

项目结构说明

  • src/:项目源代码的根目录。

    • api/:存放读取api访问配置。

    • assets/:存放静态资源文件的目录,例如图片、样式、字体等。

    • components/:包含 Vue 组件的目录,可以按功能或模块组织。

    • config/:系统的全局配置以及组件配置。

    • directives/:权限指令的相关配置。

    • icons/:icon图标的配置,支持阿里svg图标。

    • layout/:系统框架布局文件。

    • router/:路由相关配置,包括静态路由、动态路由。

    • store/:状态管理的相关配置。

    • style/:样式相关配置。

    • utils/:工具箱:包括数据请求封装、加解密等一些常用工具。

    • views/:页面视图组件的目录,通常用于路由视图组件。

    • App.vue:根组件,是应用的入口。

    • main.ts:项目的入口文件,初始化 Vue 应用。

  • package.json:项目依赖和脚本配置文件,包括项目名称、依赖列表和自定义脚本。

  • vite.config.js:Vite 构建工具的配置文件,用于配置开发服务器、构建选项等。

  • tsconfig.json:TypeScript 配置文件,用于配置 TypeScript 编译选项和类型检查。

soaui's People

Contributors

feiyit avatar

Watchers

 avatar

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.