/* This file is part of AutoQuad ESC32. AutoQuad ESC32 is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at
烈焰2
项目设置
npm install
编译和热重装以进行开发
npm run serve
编译并最小化生产
npm run build
运行测试
npm run test
整理和修复文件
npm run lint
运行端到端测试
npm run test:e2e
运行单元测试
npm run test:unit