https://github.com/pspdfkit/pspdfkit-document-authoring-example
PSPDFKit Document Authoring example
https://github.com/pspdfkit/pspdfkit-document-authoring-example
Last synced: 10 months ago
JSON representation
PSPDFKit Document Authoring example
- Host: GitHub
- URL: https://github.com/pspdfkit/pspdfkit-document-authoring-example
- Owner: PSPDFKit
- Created: 2024-08-08T19:09:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T15:20:28.000Z (over 1 year ago)
- Last Synced: 2024-11-20T16:31:42.423Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://pspdfkit.com/guides/document-authoring/
- Size: 20.5 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Document Authoring SDK - Example Project
Please send all your feature requests and bug reports to support@nutrient.io.
## Getting Started
```shell
# Install the dependencies:
npm install
# Run the example in development mode:
npx vite serve
```
## Examples
1. React example: The TypeScript source for the React example (`react.html`) can be found in the `src` folder.
2. There are two JavaScript examples that don't use frameworks: `javascript.html`/`src/javascript-app.js` and `javascript-shared.html`/`src/javascript-shared-app.js`.
## Going Into Production
For a production build issue
```shell
npx vite build
```
The production build (`dist/` folder) can be previewed using:
```shell
npx vite preview
```
## More Information
For more information see `node_modules/@nutrient-sdk/document-authoring/README.md`.