dependabot[bot] 4482f3ad5d
Bump nanoid from 3.3.7 to 3.3.8
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-14 13:12:44 +00:00
2024-09-02 10:59:48 +08:00
2024-08-30 23:09:59 +08:00
2024-08-30 23:09:59 +08:00
2024-08-30 23:09:59 +08:00
2024-08-30 23:09:59 +08:00
2024-08-30 23:09:59 +08:00
2024-08-30 23:09:59 +08:00
2024-08-30 23:09:59 +08:00
2024-08-30 23:09:59 +08:00
2024-08-30 23:09:59 +08:00
2024-08-30 23:09:59 +08:00
2024-08-30 23:09:59 +08:00
2024-08-30 23:09:59 +08:00
2024-08-30 23:09:59 +08:00
2024-08-30 23:09:59 +08:00
2024-08-30 23:09:59 +08:00
2024-08-30 23:09:59 +08:00
2024-08-30 23:09:59 +08:00
2024-08-30 23:09:59 +08:00
2024-09-17 19:19:13 +00:00
2024-12-14 13:12:44 +00:00
2024-08-30 23:09:59 +08:00
2024-08-30 23:09:59 +08:00
2024-08-30 23:09:59 +08:00
2024-08-30 23:09:59 +08:00
2024-08-30 23:09:59 +08:00

Introduction

Vue3 Admin Vite is a free and open source middle and background management system basic solution, based on mainstream framework such as Vue3, TypeScript, Element Plus, Pinia and Vite

Feature

  • Vue3The latest Vue3 composition API using Vue3 + script setup
  • Element PlusVue3 version of Element UI
  • Pinia: An alternative to Vuex in Vue3
  • ViteReally fast
  • Vue Routerrouter
  • TypeScriptJavaScript With Syntax For Types
  • PNPMFaster, disk space saving package management tool
  • ScssConsistent with Element Plus
  • CSS variableMainly controls the layout and color of the item
  • ESlintCode verification
  • Prettier Code formatting
  • Axios: Promise based HTTP client (encapsulated)
  • UnoCSS: Real-time atomized CSS engine with high performance and flexibility
  • Mobile Compatible: The layout is compatible with mobile page resolution

Functions

  • User management: Log in and out of the demo
  • Authority management: Page-level permissions (dynamic routing), button-level permissions (directive permissions, permission functions), and route navigation guards
  • Multiple Environments: Development, Staging, Production
  • Multiple themes: Normal, Dark, Dark Blue, three theme modes
  • Multiple layoutsLeft, Top, Left Top, three layout modes
  • Error page: 403, 404
  • Dashboard: Display different Dashboard pages according to different users
  • Other functionsSVG, Dynamic Sidebar, Dynamic Breadcrumb Navigation, Tabbed Navigation, Screenfull, Adaptive Shrink Sidebar, Hook (Composables)

🚀 Development

# configure
1. installation of the recommended plugins in the .vscode directory
2. node version 18.x or 20+
3. pnpm version 8.x or latest

# clone
git clone https://github.com/xsf0105/my-vue3-template.git

# enter the project directory
cd my-vue3-template

# install dependencies
pnpm i

# start the service
pnpm dev

✔️ Preview

# stage environment
pnpm preview:stage

# prod environment
pnpm preview:prod

📦 Multi-environment packaging

# build the stage environment
pnpm build:stage

# build the prod environment
pnpm build:prod

🔧 Code inspection

# code formatting
pnpm lint

# unit test
pnpm test

Git commit specification reference

  • feat add new functions
  • fix Fix issues/bugs
  • perf Optimize performance
  • style Change the code style without affecting the running result
  • refactor Re-factor code
  • revert Undo changes
  • test Test related, does not involve changes to business code
  • docs Documentation and Annotation
  • chore Updating dependencies/modifying scaffolding configuration, etc.
  • workflow Work flow Improvements
  • ci CICD
  • types Type definition
  • wip In development
Description
vue3 + vite + nut ui + sass + viewport 适配方案 +axios 封装
Readme 12 MiB
Languages
TypeScript 43.1%
CSS 23.2%
Vue 22.1%
JavaScript 8.6%
HTML 2.6%
Other 0.4%