@@ -11,10 +11,9 @@ Use eslint+prettier+gitHooks format and verification code to improve code standa
1111
1212## Update log
1313
14- ``` javascript
15- // 10-08
16- add error log collection func
17- ```
14+ --- to look the doc-
15+
16+ [ 真香定律!带你用react17+vite2撸后台] ( https://juejin.cn/post/7054467502717272094 )
1817
1918## Online experience
2019
@@ -37,21 +36,20 @@ github 地址: https://github.com/jzfai/react-admin-ts.git
3736
3837## Related items
3938
40- The framework is available in js, ts and plus versions
39+ The framework is available in js, ts versions
4140
4241- react js version: [ react-admin-template] ( https://github.com/jzfai/react-admin-template.git )
4342- react ts version: [ react-admin-template] ( https://github.com/jzfai/react-admin-ts.git )
44- - vue3 js version:[ vue3-element-admin] ( https://github.com/jzfai/vue3-admin-template.git )
45- - vue3 ts version:[ vue3-element-ts] ( https://github.com/jzfai/vue3-admin-ts.git )
43+
4644- vue3 plus version:[ vue3-element-plus] ( https://github.com/jzfai/vue3-admin-plus.git )
4745- java Micro-service background data:[ micro-service-plus] ( https://github.com/jzfai/micro-service-plus )
4846> development and experience:two words Really fragrant!!!!!
4947
5048## Documents
5149
52- -- Efforts are being made to develop documents ......
50+ 系列文章入口:
5351
54- You can refer to first: [ documentation of vue-admin-template ] ( https://juejin.im /post/59097cd7a22b9d0065fb61d2 )
52+ - [ 真香定律!带你用react17+vite2撸后台 ] ( https://juejin.cn /post/7054467502717272094 )
5553
5654#### Difference from traditional react admin
5755
@@ -73,11 +71,11 @@ git clone https://github.com/jzfai/react-admin-ts.git
7371# enter the project directory
7472cd react-admin-ts
7573
76- # install dependency(Recommend use yarn )
77- yarn
74+ # install dependency(Recommend use pnpm )
75+ pnpm
7876
7977# develop
80- yarn run dev
78+ pnpm run dev
8179```
8280
8381using the browser to open http://localhost:5001
@@ -86,23 +84,23 @@ using the browser to open http://localhost:5001
8684
8785``` bash
8886# build for dev environment
89- yarn run build-serve
87+ pnpm run build-serve
9088
9189# build for production environment
92- yarn run build
90+ pnpm run build
9391```
9492
9593## Others
9694
9795``` bash
9896# preview the dev environment effect
99- yarn run preview:build-serve
97+ pnpm run preview:build-serve
10098
10199# preview the release environment effect
102- yarn run preview
100+ pnpm run preview
103101
104102# code format check
105- yarn run lint
103+ pnpm run lint
106104
107105```
108106
0 commit comments