JSPM

@juststarting00/minimal-ts-app

1.1.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 3
    • Score
      100M100P100Q36646F
    • License ISC

    A minimal TypeScript library that uses NPM. See README for further info

    Package Exports

    • @juststarting00/minimal-ts-app

    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 (@juststarting00/minimal-ts-app) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Minimal TypeScript Library

    This is a template for a TypeScript library that has the following already properly set up:

    • Library can be consumed in NPM
    • Library can be consumed in an HTML file (load using <script> tag)
    • A development JS file that has source maps that points back to the TypeScript files for debugging
    • A production JS file that is minified / uglified
    • Library exposes more than 1 class

    This library is an algorithmic library - meaning it's not doing any HTML UI work, just straight algorithmic-like code using JavaScript.

    Other things that got accomplished:

    It has been a rather frustrating learning experience (for me) to get this far. Links that helped to produce this: