Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brandonseydel/aurelia-content-loader

aurelia-content-loader
https://github.com/brandonseydel/aurelia-content-loader

Last synced: about 1 month ago
JSON representation

aurelia-content-loader

Awesome Lists containing this project

README

        

# aurelia-content-loader

This project is bootstrapped by [aurelia/new](https://github.com/aurelia/new).

## Start dev web server

npm start

## Build the app

Build files to dist folder.

npm run build

## Unit Tests

npm run test

Run unit tests in watch mode.

npm run test:watch

Unit tests run in browser through [browser-do](https://github.com/3cp/browser-do). Please check scripts in `package.json` for more details.

By default, browser-do shuts down browser after tests. To keep browser window open for inspection, pass additional argument `-k` or `--keep-open`.

npm run build:test && browser-do -k --tape --browser chrome < dist/entry-bundle.js

Unit tests in watch mode is executed through stand webpack watch mode and the help of [webpack-shell-plugin-next](https://github.com/s00d/webpack-shell-plugin-next).

## Analyze webpack bundle

npm run analyze