1.7.2 • Published 6 years ago

studio-app v1.7.2

Weekly downloads
47
License
SEE LICENSE IN LI...
Repository
github
Last release
6 years ago

Studio App Base

This contains a base StudioApp class which you can extend to build your own studio apps.

Installation

Inside your project:

yarn add studio-app

Usage

In your index.js, you can extend the app base like so:

import StudioApp from 'studio-app';

class MyApp extends StudioApp {
  ...
}

export default MyApp;

In index.html you can instantiate it and render:

const app = new MyApp();
app.render();

License

Copyright 2018 Movable, Inc. All rights reserved.

1.7.2

6 years ago

1.7.1

6 years ago

1.7.0

6 years ago

1.6.0

6 years ago

1.5.0

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago