Skip to content

Commit

Permalink
chore(file-opener): add example app
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Feb 13, 2025
1 parent 6327e62 commit cc8987f
Show file tree
Hide file tree
Showing 12 changed files with 2,222 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/file-opener/example/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.idea/
node_modules/
.vscode/
*.map
.DS_Store
.sourcemaps
dist/
12 changes: 12 additions & 0 deletions packages/file-opener/example/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Created with Capacitor Create App

This app was created using [`@capacitor/create-app`](https://github.com/ionic-team/create-capacitor-app),
and comes with a very minimal shell for building an app.

### Running this example

To run the provided example, you can use `npm start` command.

```bash
npm start
```
6 changes: 6 additions & 0 deletions packages/file-opener/example/capacitor.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"appId": "com.example.plugin",
"appName": "example",
"bundledWebRuntime": false,
"webDir": "dist"
}
Loading

0 comments on commit cc8987f

Please sign in to comment.