File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Follow the commands listed below.
2828
2929``` bash
3030$ mkdir showcase && cd showcase
31- $ npm init egg --type=simple # Optionally pnpm create egg --type=simple
31+ $ pnpm create egg@beta
3232$ pnpm install
3333$ pnpm run dev
3434$ open http://localhost:7001
@@ -67,7 +67,7 @@ pnpm --filter=site run dev
6767
6868## Documentations
6969
70- - [ Documentations] ( https://eggjs.org/en/index.html )
70+ - [ Documentations] ( https://eggjs.org/ )
7171- [ Plugins] ( https://github.com/search?q=topic%3Aegg-plugin&type=Repositories )
7272- [ Frameworks] ( https://github.com/search?q=topic%3Aegg-framework&type=Repositories )
7373- [ Examples] ( https://github.com/eggjs/examples )
Original file line number Diff line number Diff line change 2727
2828``` bash
2929mkdir showcase && cd showcase
30- npm init egg --type=simple
31- npm install
32- npm run dev
30+ pnpm create egg@beta
31+ pnpm install
32+ pnpm run dev
3333
3434open http://localhost:7001
3535```
3636
3737## 文档
3838
39- - [ 官方文档] ( https://eggjs.org/zh-cn / )
39+ - [ 官方文档] ( https://eggjs.org/zh-CN / )
4040- [ 插件列表] ( https://github.com/search?q=topic%3Aegg-plugin&type=Repositories )
4141- [ 框架列表] ( https://github.com/search?q=topic%3Aegg-framework&type=Repositories )
4242- [ 官方示例] ( https://github.com/eggjs/examples )
You can’t perform that action at this time.
0 commit comments