# Bee-Primevue-Admin **Repository Path**: myzhangxiaohu/bee-primevue-admin ## Basic Information - **Project Name**: Bee-Primevue-Admin - **Description**: 看烦了国内的UI风格,就来试试国外的UI(PrimeVue)风格吧 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: http://www.beevue.cn/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2024-04-18 - **Last Updated**: 2024-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Bee PrimeVue Admin 试试更多风格的后台集成方案,使用VUE.js 3、vite、pinia、typeScript等技术栈,并首次使用PrimeVue UI,使整体风格与体验,焕然一新! ## Features - Vue 3.4 - Vite 5 - Vitest (Testing Framework) - Testing with cypress (e2e) - Composition API - Script Setup - Routing VitePages / ViteLayout - Pina as Store / CachedPiniaStore for effective data caching - PrimeVue with Theme: Sakai (Free Admin Template) - Markdown Support (VitePages) - TypeScript 5 - UnoCSS - SSG Support - Eslint ### Modules - i18n - nprogress - pinia - primevue ## Project setup and usage Install node: node.js >= 18 Install pnpm: [https://pnpm.io/installation](https://pnpm.io/installation) Install dependencies: ``` pnpm install ``` Run development server: ``` pnpm dev ``` Open Cypress test runner: ``` pnpm test:e2e ``` Component test runner: ``` pnpm test:unit ``` Run Cypress tests in headless mode: ``` pnpm test:ci ``` Build and preview built site locally: ``` pnpm preview ``` Build: ``` pnpm build ``` ## Tools VsCode