fuse-box / fuse-box-npm-package-seed

Get started creating npm package with FuseBox module loader and bundler
MIT License
4 stars 3 forks source link

Fuse-box + Creating npm package.

This project is to get you started using FuseBox as module loader and bundler to create an npm package, using TypeScript.

Develop

npm run

Dist

npm run dist

Package.json contains the following fields:

{
  "ts:main": "index.ts",
  "types": "index.ts",
  "main": "es5.js",
}

FuseBox will work with typescript once this package is installed.