observe-admin

lujialiang 655f247bd6 chore: 优化菜单数据转换逻辑 3 тижнів тому
.vscode 643c232edc feat:初始化项目结构 6 місяців тому
build 643c232edc feat:初始化项目结构 6 місяців тому
packages 748fe06aab feat(菜单管理) 5 місяців тому
public 643c232edc feat:初始化项目结构 6 місяців тому
src 655f247bd6 chore: 优化菜单数据转换逻辑 3 тижнів тому
.editorconfig 643c232edc feat:初始化项目结构 6 місяців тому
.env 3d40839fcc chore: 菜单权限调整 4 тижнів тому
.env.prod 643c232edc feat:初始化项目结构 6 місяців тому
.env.test 1333f233ba commit message 5 місяців тому
.gitattributes 643c232edc feat:初始化项目结构 6 місяців тому
.gitignore 643c232edc feat:初始化项目结构 6 місяців тому
.npmrc 643c232edc feat:初始化项目结构 6 місяців тому
LICENSE 643c232edc feat:初始化项目结构 6 місяців тому
README.md f2233504a2 feat:update README 6 місяців тому
README.zh_CN.md 9a9ec83233 问题记录 5 місяців тому
eslint.config.js 3d40839fcc chore: 菜单权限调整 4 тижнів тому
index.html 643c232edc feat:初始化项目结构 6 місяців тому
package.json 6b9519ccd2 chore: 导出功能包模块 3 тижнів тому
pnpm-lock.yaml 6b9519ccd2 chore: 导出功能包模块 3 тижнів тому
pnpm-workspace.yaml 643c232edc feat:初始化项目结构 6 місяців тому
tsconfig.json 643c232edc feat:初始化项目结构 6 місяців тому
uno.config.ts 643c232edc feat:初始化项目结构 6 місяців тому
vite.config.ts 643c232edc feat:初始化项目结构 6 місяців тому

README.md

Features

  • Cutting-edge technology application: using the latest popular technology stack such as Vue3, Vite5, TypeScript, Pinia and UnoCSS.
  • Clear project architecture: using pnpm monorepo architecture, clear structure, elegant and easy to understand.
  • Strict code specifications: follow the SoybeanJS specification, integrate eslint, prettier and simple-git-hooks to ensure the code is standardized.
  • TypeScript: support strict type checking to improve code maintainability.
  • Rich theme configuration: built-in a variety of theme configurations, perfectly integrated with UnoCSS.
  • Built-in internationalization solution: easily realize multi-language support.
  • Automated file routing system: automatically generate route import, declaration and type. For more details, please refer to Elegant Router.
  • Flexible permission routing: support both front-end static routing and back-end dynamic routing.
  • Rich page components: built-in a variety of pages and components, including 403, 404, 500 pages, as well as layout components, tag components, theme configuration components, etc.
  • Command line tool: built-in efficient command line tool, git commit, delete file, release, etc.
  • Mobile adaptation: perfectly support mobile terminal to realize adaptive layout.

Usage

Environment Preparation

Make sure your environment meets the following requirements:

  • git: you need git to clone and manage project versions.
  • NodeJS: >=18.12.0, recommended 18.19.0 or higher.
  • pnpm: >= 8.7.0, recommended 8.14.0 or higher.

Install Dependencies

pnpm i

Since this project uses the pnpm monorepo management method, please do not use npm or yarn to install dependencies.

Start Project

pnpm dev

Build Project

pnpm build

OpenSource Author

Soybean

License

This project is based on the MIT © 2021 Soybean protocol, for learning purposes only, please retain the author's copyright information for commercial use, the author does not guarantee and is not responsible for the software.