Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsignal authored Nov 26, 2023
1 parent 52c4c96 commit e78a688
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
## Dependency

整体并没有使用开箱即用的组件(比如 AntDesign、Element 等),使用以下基础依赖封装的业务组件

- React Framework: [Next.js](https://nextjs.org/)
- Data Fetching: [SWR](https://swr.vercel.app/)
- CSS Framework: [TailwindCSS](https://tailwindcss.com/docs/installation)
- Component: [HeadlessUI](https://headlessui.com/)
- Chart Component: [Echats](https://echarts.apache.org/handbook/zh/get-started/)
- Svg: [Svg Circle 画图](https://developer.mozilla.org/zh-CN/docs/Web/SVG/Element/circle)
- Svg: [Svg Circle Chart](https://developer.mozilla.org/zh-CN/docs/Web/SVG/Element/circle)

## Router

Expand All @@ -28,8 +26,6 @@

## Deploy

采用客户端渲染方式,并未有 SEO 需求,因此并未采用 SSR 等方式

- npm install
- npm run build
- npm run start
Expand Down

0 comments on commit e78a688

Please sign in to comment.