UNPKG

aurelia-validatejs

Version:

This is a plugin that will allow using validate.js in your Aurelia application for expressive validation.

12 lines (9 loc) 275 B
<template> <require from="nav-bar.html"></require> <require from="bootstrap/css/bootstrap.css"></require> <require from="/styles.css"></require> <nav-bar router.bind="router"></nav-bar> <div class="page-host"> <router-view></router-view> </div> </template>