Skip to content

Commit

Permalink
docs(examples): update example to electron (#2779)
Browse files Browse the repository at this point in the history
Co-authored-by: jixianjing <xianjing.ji@mail.hypers.com>
  • Loading branch information
BlindMonkLeeSin and jixianjing authored Oct 12, 2022
1 parent d7279d1 commit 207de39
Show file tree
Hide file tree
Showing 13 changed files with 22,813 additions and 87 deletions.
2 changes: 1 addition & 1 deletion examples/with-electron/.babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module.exports = api => {
api.cache(() => process.env.NODE_ENV);

return {
presets: ['@babel/preset-env', '@babel/preset-react', ['rsuite', { style: true }]]
presets: ['@babel/preset-env', '@babel/preset-react']
};
};
2 changes: 1 addition & 1 deletion examples/with-electron/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Download the example:

```
curl https://codeload.github.com/rsuite/rsuite/tar.gz/master | tar -xz --strip=2 rsuite-master/examples/with-electron
curl https://codeload.github.com/rsuite/rsuite/tar.gz/main | tar -xz --strip=2 rsuite-main/examples/with-electron
cd with-electron
```

Expand Down
Loading

0 comments on commit 207de39

Please sign in to comment.