# diary_frontend **Repository Path**: thomascds/diary_frontend ## Basic Information - **Project Name**: diary_frontend - **Description**: 日志管理前端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-09 - **Last Updated**: 2025-06-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ``` ###### 运行指令 ```bash # 安装依赖 npm install or yarn install # 生产环境启动服务 npm run dev # 构建测试环境 npm run build ``` ##### Best use environment > to develop the compiler environment of this project, please refer to the following. ###### Compiler - VScode ###### Plug-ins - ESLint - Live Server - open in brower - prettier - TypeScript Vue Plugin (Volar) - Vue Language Features (Volar) ###### package.json ```json { ... "scripts": { "dev": "vite --host", "build": "vite build", }, ... } ``` ###### Run the instruction ```bash # Install Dependencies npm install or yarn install # Production environment startup service npm run dev # Build a test environment npm run build ```