How to use the aurelia.app function in aurelia

To help you get started, we’ve selected a few aurelia examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github aurelia / aurelia / examples / jit-webpack-conventions-ts / src / startup.ts View on Github external
import Aurelia from 'aurelia';
import { App } from './app';

Aurelia.app(App).start();
github aurelia / aurelia / examples / jit-webpack-vanilla-ts / src / startup.ts View on Github external
import Aurelia from 'aurelia';
import { App } from './app';

Aurelia.app(App).start();

aurelia

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/) [![CircleCI](https://circleci.com/

MIT
Latest version published 11 days ago

Package Health Score

87 / 100
Full package analysis

Popular aurelia functions