0.0.0-alpha.6 • Published 7 months ago

cub-admin v0.0.0-alpha.6

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

【在线预览】cub-admin-template

如何使用

pnpm add cub-admin

# 安装前置依赖
pnpm add vue vue-router element-plus

main.js

import 'element-plus/dist/index.css';
import 'element-plus/theme-chalk/dark/css-vars.css';
import 'cub-admin/dist/style.css';
import { createApp } from 'vue';
import App from './App.vue';
import router from './router';

const app = createApp(App);

app.use(router);
app.mount('#app');

layout.vue

<template>
  <CubLayout />
</template>

<script setup>
import { CubLayout } from 'cub-admin';
</script>

功能

  • 经典布局
  • 多布局
  • 动态路由/菜单
  • 页面缓存
  • tagsView
  • 主题模式切换
  • 主题色修改
  • 主题样式切换
  • 自定义主题样式
  • i18n
0.0.0-alpha.6

7 months ago

0.0.0-alpha.5

7 months ago

0.0.0-alpha.4

8 months ago

0.0.0-alpha.2

8 months ago

0.0.0-alpha.1

8 months ago

0.0.0-alpha.0

8 months ago

0.0.1-alpha.4

8 months ago

0.0.1-alpha.3

8 months ago

0.0.1-alpha.2

8 months ago

0.0.1-alpha.1

8 months ago

0.0.1-alpha.0

8 months ago

0.0.1-0

9 months ago