# 黑马智数管理系统v1.2-Vue3_TS_ElementPlus **Repository Path**: Megasu/hmzs_v1.2-vue3-ts-element-plus ## Basic Information - **Project Name**: 黑马智数管理系统v1.2-Vue3_TS_ElementPlus - **Description**: 黑马智数管理系统_v1.2 1. Vue3.4.38 2. pureadmin 3. pinia 4. element-plus 5. js-cookie 6. dayjs - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: https://fe-hmzs-tj.itheima.net/ - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2024-12-03 - **Last Updated**: 2025-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hm-admin This template should help get you started developing with Vue 3 in Vite. ## Recommended IDE Setup [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). ## Type Support for `.vue` Imports in TS TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types. ## Customize configuration See [Vite Configuration Reference](https://vite.dev/config/). ## Project Setup ```sh pnpm install ``` ### Compile and Hot-Reload for Development ```sh pnpm dev ``` ### Type-Check, Compile and Minify for Production ```sh pnpm build ``` ### Run Unit Tests with [Vitest](https://vitest.dev/) ```sh pnpm test:unit ``` ### Lint with [ESLint](https://eslint.org/) ```sh pnpm lint ```