0.2.0 • Published 6 years ago

base-javascript-sdk v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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

0.2.0

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago