Package Exports
- activitystreams-pane
- activitystreams-pane/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (activitystreams-pane) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
activitystreams-pane
A visualization of Activity Streams types for solid-panes.
Demo
Currently supported types
Contribute
Tech stack
- Typescript
- React
- Jest
- Eslint
- SolidOS
Tests
To run all tests:
npm run test
npm run test-e2eUnit tests
Unit tests use jest and are placed in the test/unit folder and have *.spec.ts extension.
E2E tests
End-to-End (E2E) tests verify the rendering of the whole pane and are placed under ./e2e-tests.
Dev Server
Start a webpack dev server:
npm startVisit http://localhost:8080/ to render the pane. Adjust const noteUri in ./dev/index.ts to show a
different resource.
Build
npm run buildThe build is done by tsc, webpack is only used as dev server and not for production build.