sj-distributor / CameraAIBackstage.Web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CameraAIBackstage.Web

技术栈

快速开始

Install project dependencies

yarn install

Launch the app, it will become available at http://localhost:3000

yarn dev

项目规范

  • xxx
  • xxx
  • xxx

目录结构

├──.vscode — VSCode settings including code snippets, recommended extensions etc
├──public — Static assets such as robots.txt, index.html etc
├──src/assets — Static assets
├──src/components — React public components
├──src/hooks — React public hooks
├──src/pages — Application and page (screen) components
├──src/routes — Application routes components
├──src/theme — External connection service
├──src/utils — Utility functions

安装以下 vscode 插件方便开发

Tailwind CSS IntelliSense

https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss Prettier - Code formatter

https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode&ssr=false#overview EditorConfig for VS Code

https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig

编码约定

https://github.com/sj-distributor/react-coding-conventions

About


Languages

Language:TypeScript 98.7%Language:CSS 1.0%Language:Dockerfile 0.1%Language:HTML 0.1%Language:JavaScript 0.1%