studio-app

1.7.2 • Public • Published

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.

Package Sidebar

Install

npm i studio-app

Weekly Downloads

2

Version

1.7.2

License

SEE LICENSE IN LICENSE.md

Unpacked Size

185 kB

Total Files

18

Last publish

Collaborators

  • curtmorgan3
  • chayelheinsen
  • movable-ink
  • mnutt
  • shyshy
  • nicksteffens_mi
  • mansurtsutiev
  • mi_rtepper
  • aqmnguyen