.. | ||
aurelia_project | ||
src | ||
static | ||
.babelrc.js | ||
.editorconfig | ||
.eslintrc.json | ||
favicon.ico | ||
index.ejs | ||
package-lock.json | ||
package-scripts.js | ||
package.json | ||
README.md | ||
webpack.config.js |
Frontend in Aurelia
Commands:
Start frontend separately:
au run
Build app into dist:
au build --env prod
After that copy content of dist
directory to app/src/main/resources/static
.