base-javascript-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

Base JavaScript SDK

Code Quality Build Status NPM Version NPM Downloads Maintenance License

Base JavaScript SDK

Official JavaScript SDK for Base.

Development

npm run dev

Runs the app in development mode using Webpack dev server and Webpack Dashboard. Open http://localhost:3000 to view it in the browser.

Production

npm run build

Two separate folders, browser and module will be created inside the /dist folder.

browser

The /browser folder will contain three files, all of which are transpiled from TypeScript to ES5. Thus they will directly work in the browser, without having to run a transpiler like Babel.

  • app.bundle.js: Contains the core library.
  • vendor.bundle.js: Contains the library's dependencies.
  • index.html: A placeholder page with both the above files linked.

module

The /module folder will contain all the files and modules, transpiled from TypeScript to ES5. However, the folder will also contain TypeScript definitions for all the classes. This would make integrating this library in to your existing TypeScript app, seamless.

📖 Detailed Documentation

Readme

Keywords

none

Package Sidebar

Install

npm i base-javascript-sdk

Weekly Downloads

49

Version

0.2.0

License

MIT

Last publish

Collaborators

  • kunalvarma05