Skip to content

Commit

Permalink
docs(module-tools): update example link (#5063)
Browse files Browse the repository at this point in the history
  • Loading branch information
targeral authored Dec 11, 2023
1 parent fe119d0 commit 24e25e2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 6 additions & 0 deletions .changeset/new-dragons-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@modern-js/module-tools-docs': patch
---

docs(module-tools): update example link
docs(module-tools): 更新示例链接
Original file line number Diff line number Diff line change
Expand Up @@ -96,17 +96,14 @@ export default defineConfig({
**If you want to see the complete project using the Modern.js Module, you can execute the following command**.

```bash
git clone https://github.com/web-infra-dev/module-tools-examples
cd module-tools-example/base
git clone https://github.com/web-infra-dev/modern-js-examples
cd modern-js-examples/examples/basic-module

## Execute the build.
pnpm build

## Execute the build in listening mode.
pnpm build --watch

## Test
pnpm test
```

## Let's get started
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,17 +94,14 @@ export default defineConfig({
**如果你想要看看使用了 Modern.js Module 的完整项目,可以执行以下命令**

```bash
git clone https://github.com/web-infra-dev/module-tools-examples
cd module-tools-example/base
git clone https://github.com/web-infra-dev/modern-js-examples
cd modern-js-examples/examples/basic-module

## 执行构建:
pnpm build

## 监听模式执行构建:
pnpm build --watch

## 测试
pnpm test
```

## 让我们开始吧
Expand Down

0 comments on commit 24e25e2

Please sign in to comment.