# tone-agent-front **Repository Path**: anolis/tone-agent-front ## Basic Information - **Project Name**: tone-agent-front - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 4 - **Created**: 2021-11-11 - **Last Updated**: 2024-10-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Environment Prepare Install `node_modules`: ```bash npm install ``` or ```bash yarn ``` ### Start project ```bash npm start ``` ### Build project ```bash npm run build ``` ### Check code style ```bash npm run lint ``` You can also use script to auto fix some lint error: ```bash npm run lint:fix ``` ### Test code ```bash npm test ``` ## Version v1.0.4 机器列表删除按钮,添加删除确认弹框。