JSPM

@reactivers/npm-ts

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q23404F
  • License MIT

Create packages for NPM with types. React, NodeJS, NextJS, Typescript

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-component

Getting 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!.
  • Then run
npm run build
  • Check dist folder

Note!.

  • Don't forget to edit package.json!

  • Don't forget to edit README.md!

  • To publish the package

npm publish --access=public