文件名称:nearest-points-algo-homework
文件大小:42KB
文件格式:ZIP
更新时间:2024-04-02 08:43:56
Vue
最近点算法作业 安装 您需要在计算机上安装Node.js 14+。 安装纱: $ npm install -g yarn 安装所需的软件包 $ git clone https://github.com/panda2134/nearest-points-algo-homework.git $ cd nearest-points-algo-homework $ yarn 启动开发服务器: $ yarn dev 运行测试(将-s -1设置为始终显示运行时间): $ yarn test -s -1 推荐的IDE设置 + 。 确保在设置中启用vetur.experimental.templateInterpolationService ! 如果使用[removed] 是当前处于RFC阶段的功能。 要获得语法的正确IDE支持,请使用而不是Vetur(并禁用Vetur)。
【文件预览】:
nearest-points-algo-homework-master
----package.json(560B)
----test()
--------utils.ts(741B)
--------brute.spec.ts(374B)
--------algorithm.spec.ts(1KB)
----yarn-error.log(1KB)
----index.html(428B)
----vite.config.ts.js(161B)
----src()
--------worker()
--------App.vue(5KB)
--------assets()
--------shims-vue.d.ts(142B)
--------main.ts(90B)
--------components()
--------algorithm()
----tsconfig.test.json(377B)
----tsconfig.json(375B)
----.gitignore(45B)
----vite.config.ts(160B)
----public()
--------favicon.ico(4KB)
----README.md(2KB)
----yarn.lock(55KB)
----.vscode()
--------settings.json(28B)