Skip to content
Richard Powell edited this page Dec 8, 2019 · 3 revisions

Welcome to the calchart-redesign wiki!

Calchart-redesign is a web based CalChart editor written primarily in TypeScript and uses Vue as the UI layer. The common widget format used is Buefy, and the data and UI is held together with Vuex.

Calchart-Redesign runs completely in the users browser. They download all the javascript and assets and can create shows directly in their browser.

When we build the project (via the npm run build command), what we are doing is assembling all the submodules, and compiling the typescript into a single javascript blob that is then downloaded by the user.

Clone this wiki locally