爱威球机标定工具

gitboyzcf a029474dec file📦: 球机标定工具 il y a 2 mois
.vscode a029474dec file📦: 球机标定工具 il y a 2 mois
cypress a029474dec file📦: 球机标定工具 il y a 2 mois
locales a029474dec file📦: 球机标定工具 il y a 2 mois
omnimatrix-video-player a029474dec file📦: 球机标定工具 il y a 2 mois
public a029474dec file📦: 球机标定工具 il y a 2 mois
src a029474dec file📦: 球机标定工具 il y a 2 mois
test a029474dec file📦: 球机标定工具 il y a 2 mois
.dockerignore a029474dec file📦: 球机标定工具 il y a 2 mois
.editorconfig a029474dec file📦: 球机标定工具 il y a 2 mois
.gitignore a029474dec file📦: 球机标定工具 il y a 2 mois
.npmrc a029474dec file📦: 球机标定工具 il y a 2 mois
Dockerfile a029474dec file📦: 球机标定工具 il y a 2 mois
README.md a029474dec file📦: 球机标定工具 il y a 2 mois
cypress.config.ts a029474dec file📦: 球机标定工具 il y a 2 mois
eslint.config.js a029474dec file📦: 球机标定工具 il y a 2 mois
index.html a029474dec file📦: 球机标定工具 il y a 2 mois
netlify.toml a029474dec file📦: 球机标定工具 il y a 2 mois
package.json a029474dec file📦: 球机标定工具 il y a 2 mois
pnpm-lock.yaml a029474dec file📦: 球机标定工具 il y a 2 mois
pnpm-workspace.yaml a029474dec file📦: 球机标定工具 il y a 2 mois
tsconfig.json a029474dec file📦: 球机标定工具 il y a 2 mois
uno.config.ts a029474dec file📦: 球机标定工具 il y a 2 mois
vite.config.ts a029474dec file📦: 球机标定工具 il y a 2 mois

README.md

相机模块工具包

特性


预配置

UI 框架

  • UnoCSS - 高性能且极具灵活性的即时原子化 CSS 引擎

Icons

插件

编码风格

开发工具

现在可以试试

Vitesse 需要 Node 版本 >=14.18

使用

开发

只需要执行以下命令就可以在 http://localhost:3333 中看到

pnpm dev

构建

构建该应用只需要执行以下命令

pnpm build

然后你会看到用于发布的 dist 文件夹被生成。

Docker 生产构建

首先,通过在项目的根目录中打开终端来构建 vitesse 映像。

docker buildx build . -t vitesse:latest

运行图像并使用标志指定端口映射-p。

docker run --rm -it -p 8080:80 vitesse:latest

部署到 Netlify

前往 Netlify 并选择你的仓库, 一路 OK 下去,稍等一下后,你的应用将被创建.