Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mreiche/mdc-web-aurelia2
https://github.com/mreiche/mdc-web-aurelia2
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mreiche/mdc-web-aurelia2
- Owner: mreiche
- Created: 2023-01-17T17:46:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T07:53:32.000Z (5 months ago)
- Last Synced: 2024-10-12T05:44:07.669Z (about 1 month ago)
- Language: HTML
- Size: 38.1 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mdc-web-aurelia2
This project is bootstrapped by [aurelia/new](https://github.com/aurelia/new).
## Start dev web server
npm start
## Build the app in production mode
npm run build
It builds all files to dist folder. To deploy to production server, copy all the `dist/*` files to production root folder.
For example
```
dist/index.html
dist/foo.12345.js
```
Copy to production root folder
```
root_folder/index.html
root_folder/foo.12345.js
```## Unit Tests
npm run test
Run unit tests in watch mode.
npm run test:watch
## Analyze webpack bundle
npm run analyze
# References
- Material Design Web Components: https://www.mdui.org/