Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brandonseydel/aurelia-content-loader
- Owner: brandonseydel
- License: mit
- Created: 2020-05-21T03:00:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-21T03:01:35.000Z (over 4 years ago)
- Last Synced: 2024-10-12T18:12:27.144Z (2 months ago)
- Language: HTML
- Size: 221 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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