vben

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2023 License: AGPL-3.0, MIT Imports: 5 Imported by: 0

README

VbenAdmin Logo

license

Vue vben admin

简介

精简 Vue Vben Admin。

特性

  • 最新技术栈:使用 Vue3/vite2 等前端前沿技术开发
  • TypeScript: 应用程序级 JavaScript 的语言
  • 主题:可配置的主题
  • 国际化:内置完善的国际化方案
  • Mock 数据 内置 Mock 数据方案
  • 权限 内置完善的动态路由权限生成方案
  • 组件 二次封装了多个常用的组件

预览

准备

安装使用

  • 获取项目代码
git clone https://github.com/anncwb/vue-vben-admin.git
  • 安装依赖
cd vue-vben-admin
git checkout thin
pnpm install

  • 运行
pnpm serve
  • 打包
pnpm build

Git 贡献提交规范

  • 参考 vue 规范 (Angular)

    • feat 增加新功能
    • fix 修复问题/BUG
    • style 代码风格相关无影响运行结果的
    • perf 优化/性能提升
    • refactor 重构
    • revert 撤销修改
    • test 测试相关
    • docs 文档/注释
    • chore 依赖更新/脚手架配置修改等
    • workflow 工作流改进
    • ci 持续集成
    • types 类型定义文件更改
    • wip 开发中

相关仓库

如果这些插件对你有帮助,可以给一个 star 支持下

License

MIT © Vben-2020

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Distribution = func() http.FileSystem {
	distzip, err := zip.NewReader(bytes.NewReader(distzipbytes), int64(len(distzipbytes)))
	if err != nil {
		panic(err)
	}
	distfs, err := fs.Sub(fs.FS(distzip), "dist")
	if err != nil {
		panic(err)
	}
	return http.FS(distfs)
}()

Distribution ...

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL