UNPKG

node-atlas

Version:

Progressive realtime web framework config-driven or API-driven for building easily serverless files, websites and webapps component-based and service-oriented.

9 lines 232 B
<div class="projects"> <div class="projects--content"> <h1>{{ specific.title }}</h1> <div v-html="specific.content"></div> <ul> <li v-for="project in specific.projects" v-html="project"></li> </ul> </div> </div>