Vue 3 + TypeScript + Vite + element-plus + vuex
- npm i
- npm rundev
Type Support For .vue
Imports in TS
- Up, down, left and right layout
- Theme color modification (src/theme/element-variable.scss), element-plus is manually introduced on demand (automatic introduction on demand is removed to prevent the introduction of uncontrolled problems)
- tabs, breadcrumbs
- Fine-grained menu style modification (src/theme/theme-variable.module.scss)
- Try to highlight the parent menu: When the submenu is configured with hide:true, jumping to the hidden route of this menu will try to highlight the parent, and the tabs will be automatically closed when exiting this route (on by default)
- Button permission command (v-permission="['p1','p2']")
Menu zoom Pack image compression- Dark mode support (custom components are not adapted)
- The input custom password component will not trigger the browser to remember the password.