文件名称:rober-mars:在火星上移动的强盗
文件大小:146KB
文件格式:ZIP
更新时间:2024-03-17 21:28:30
Vue
火星车 项目设置 npm install 编译和热重装以进行开发 npm run serve 编译并最小化生产 npm run build 运行单元测试 npm run test:unit 整理和修复文件 npm run lint 自定义配置 It´s needed a program to validate instructions that will be used by a new Rover in Mars. Each Rover are included in a square and can receive the next commands: Advance (A), Turn left (L), Turn Right (R). The program must validate that the Rover be included into the edges of the
【文件预览】:
rober-mars-master
----.gitignore(231B)
----tsconfig.json(699B)
----README.md(1KB)
----.browserslistrc(30B)
----public()
--------index.html(611B)
--------favicon.ico(4KB)
----tests()
--------unit()
----package.json(1KB)
----src()
--------components()
--------utils()
--------views()
--------shims-vue.d.ts(168B)
--------models()
--------router()
--------App.vue(512B)
--------main.ts(177B)
--------store()
--------assets()
----.eslintrc.js(565B)
----package-lock.json(486KB)