@@ -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,20 +36,20 @@ github 地址: https://github.com/jzfai/react-admin-template.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
40+
4141- react js version: [ react-admin-template] ( https://github.com/jzfai/react-admin-template.git )
4242- react ts version: [ react-admin-ts] ( https://github.com/jzfai/react-admin-ts.git )
43- - vue3 js version:[ vue3-element-admin] ( https://github.com/jzfai/vue3-admin-template.git )
44- - vue3 ts version:[ vue3-element-ts] ( https://github.com/jzfai/vue3-admin-ts.git )
43+
4544- vue3 plus version:[ vue3-element-plus] ( https://github.com/jzfai/vue3-admin-plus.git )
4645- java Micro-service background data:[ micro-service-plus] ( https://github.com/jzfai/micro-service-plus )
4746> development and experience:two words Really fragrant!!!!!
4847
4948## Documents
5049
51- -- Efforts are being made to develop documents ......
50+ 系列文章入口:
5251
53- You can refer to first: [ documentation of vue-admin-template ] ( https://juejin.im /post/59097cd7a22b9d0065fb61d2 )
52+ - [ 真香定律!带你用react17+vite2撸后台 ] ( https://juejin.cn /post/7054467502717272094 )
5453
5554#### Difference from traditional react admin
5655
@@ -72,11 +71,11 @@ git clone https://github.com/jzfai/react-admin-template.git
7271# enter the project directory
7372cd react-admin-template
7473
75- # install dependency(Recommend use yarn )
76- yarn
74+ # install dependency(Recommend use pnpm )
75+ pnpm
7776
7877# develop
79- yarn run dev
78+ pnpm run dev
8079```
8180
8281using the browser to open http://localhost:5001
@@ -85,23 +84,23 @@ using the browser to open http://localhost:5001
8584
8685``` bash
8786# build for dev environment
88- yarn run build-serve
87+ pnpm run build-serve
8988
9089# build for production environment
91- yarn run build
90+ pnpm run build
9291```
9392
9493## Others
9594
9695``` bash
9796# preview the dev environment effect
98- yarn run preview:build-serve
97+ pnpm run preview:build-serve
9998
10099# preview the release environment effect
101- yarn run preview
100+ pnpm run preview
102101
103102# code format check
104- yarn run lint
103+ pnpm run lint
105104
106105```
107106
0 commit comments