You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 months ago | |
---|---|---|
.fleet | 10 months ago | |
mock | 10 months ago | |
plop | 10 months ago | |
public | 10 months ago | |
scripts | 10 months ago | |
src | 9 months ago | |
types | 10 months ago | |
.env.base | 10 months ago | |
.env.dev | 10 months ago | |
.env.gitee | 10 months ago | |
.env.pro | 10 months ago | |
.env.test | 10 months ago | |
.eslintignore | 10 months ago | |
.eslintrc.js | 10 months ago | |
.gitignore | 10 months ago | |
.prettierignore | 10 months ago | |
.stylelintignore | 10 months ago | |
LICENSE | 10 months ago | |
README.md | 10 months ago | |
index.html | 10 months ago | |
package.json | 10 months ago | |
plopfile.js | 10 months ago | |
postcss.config.js | 10 months ago | |
prettier.config.js | 10 months ago | |
select | 10 months ago | |
stylelint.config.js | 10 months ago | |
tsconfig.json | 10 months ago | |
uno.config.ts | 10 months ago | |
vite.config.ts | 10 months ago | |
yarn-error.log | 10 months ago |
README.md
krm-admin-ui
介绍
krm-admin-ui 是一套基于vue3、element-plus、typesScript、vite4的后台集成方案。
特性
- 最新技术栈:使用 Vue3/vite4 等前端前沿技术开发
- TypeScript: 应用程序级 JavaScript 的语言
- 主题: 可配置的主题
- 国际化:内置完善的国际化方案
- 自定义数据 内置 Mock 数据方案
- 权限 内置完善的动态路由权限生成方案
- 组件 二次封装了多个常用的组件
- 示例 内置丰富的示例
前序准备
- node 和 git - 项目开发环境
- Vite4 - 熟悉 vite 特性
- Vue3 - 熟悉 Vue 基础语法
- TypeScript - 熟悉
TypeScript
基本语法 - Es6+ - 熟悉 es6 基本语法
- Vue-Router-Next - 熟悉 vue-router 基本使用
- Element-Plus - element-plus 基本使用
- Mock.js - mockjs 基本语法
安装和使用
- 安装依赖
cd krm-admin-ui
pnpm install
- 运行
pnpm run dev
- 打包正常使用反洗钱
pnpm run build:pro
-将反洗钱加入到2.8系统打包
pnpm run build:dev