# winsax **Repository Path**: winyh/winsax ## Basic Information - **Project Name**: winsax - **Description**: 通用后台管理系统: 简洁-清晰-强大好用 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://github.com/winyh/winsax - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-01 - **Last Updated**: 2025-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: admin, React, vite ## README

winsax

通用后台管理系统 代号:虎鲸

![](https://img.shields.io/github/issues/winyh/winsax) ![](https://img.shields.io/github/languages/code-size/winyh/winsax) ![](https://img.shields.io/github/watch/winyh/winsax) ![](https://img.shields.io/github/stars/winyh/winsax) ![](https://img.shields.io/github/last-commit/winyh/winsax)

简洁-清晰-强大好用

#### 文档 1.在线体验:[Demo](https://winyh.github.io/winsax/) 2.开发文档:[Docs](https://github.com/winyh/winsax/wiki/%E5%BC%80%E5%8F%91%E6%96%87%E6%A1%A3) 3.路线图: [Roadmap](https://github.com/winyh/winsax/wiki/%E8%B7%AF%E7%BA%BF%E5%9B%BE) #### 技术栈 前端 [Next.js](https://nextjs.org) / [Nuxt.js](https://nuxt.com) / 或者后端模板引擎渲染 管理后台 [Vite](https://vitejs.dev) + [React](https://react.dev) + [Antd](https://ant-design.antgroup.com/index-cn) 服务端 Golang / Rust / Node 提供 restful api 接口 #### 开始 - [安装](#安装) - [运行](#运行) - [目录](#目录) - [拓展](#拓展) #### 安装 ``` npm i ``` #### 运行 ``` npm run dev ``` #### 效果图
#### 目录 ``` ├── public // 静态资源 | |—— whale.svg // logo ├── src // 开发目录 | |—— assets // 开发资源 |—— README.md // 说明文档 ``` #### 拓展 目标:基于通用后台管理系统快速拓展其他产品 1. 内容管理系统 2. 虚拟电商系统 #### TodoList doing ~