Package Exports
- @reactivers/npm-ts
- @reactivers/npm-ts/dist/index.cjs.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 (@reactivers/npm-ts) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Installation
npx @reactivers/npm-ts my-componentGetting Started
- Edit
package.json - Create your components under
src/components. - Create your styles to under
src/styles. - Export the components and the styles you want to build into
src/index.ts.- Make sure all of them are
exported!.
- Make sure all of them are
- Then run
npm run build- Check
distfolder
Note!.
Don't forget to edit
package.json!Don't forget to edit
README.md!To publish the package
npm publish --access=public