Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.57 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.57 KB

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