1
0
Fork 0
mirror of https://github.com/nbtca/Sunday.git synced 2026-09-19 23:05:50 +08:00
A website for manage repair events. https://repair.nbtca.space
  • Vue 66.6%
  • TypeScript 32%
  • JavaScript 0.7%
  • Dockerfile 0.4%
  • HTML 0.3%
Find a file
2025-11-30 22:39:36 +08:00
.github/workflows update action 2025-06-08 15:02:45 +08:00
.vscode Add register page 2023-11-11 23:14:37 +08:00
public init pwa 2022-09-28 23:00:17 +08:00
src change globalbanner 2025-11-30 22:39:36 +08:00
.dockerignore fix packaging 2024-06-30 16:31:38 +08:00
.env Update env 2023-11-04 09:49:42 +08:00
.env.production Update env 2023-11-04 09:49:42 +08:00
.eslintrc.cjs update 2022-08-20 20:12:41 +08:00
.gitignore clean up 2022-10-06 23:17:02 +08:00
Dockerfile fix corepack 2025-02-16 19:13:15 +08:00
env.d.ts init 2022-06-25 17:11:14 +08:00
index.html init 2022-06-25 17:11:14 +08:00
nginx.conf Update pipeline 2023-10-22 10:18:27 +08:00
package.json remove unused code 2025-02-17 22:49:25 +08:00
pnpm-lock.yaml remove unused code 2025-02-17 22:49:25 +08:00
postcss.config.ts init pwa 2022-09-28 23:00:17 +08:00
readme.md init pwa 2022-09-28 23:00:17 +08:00
tailwind.config.ts Add register page 2023-11-11 23:14:37 +08:00
tsconfig.app.json update deps 2024-12-03 21:26:57 +08:00
tsconfig.config.json fix packaging 2024-06-30 16:31:38 +08:00
tsconfig.json init 2022-06-25 17:11:14 +08:00
vite.config.ts remove unused code 2025-02-17 22:49:25 +08:00

Sunday

Today is Sunday, I would like to relax.

简介

  • 使用 vue3 / typescript / windicss 搭建的维修服务管理前端
  • 相关项目

如何运行

  1. 安装 nodejs

  2. 安装项目依赖

    在项目根目录下运行

    yarn
    
  3. 启动服务 在项目根目录下运行

    yarn dev