How to use project - 10 common examples

To help you get started, we’ve selected a few project examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github nuxt-community / nuxtent-module / test / e2e / scenarios / multiple / fixtures / pages / projects / _slug / index.vue View on Github external
<template>
  <section class="container">
    <h1>Project: {{ project.name }}</h1>
    
  </section>
</template>
github nuxt-community / nuxtent-module / examples / multiple-content-types / pages / projects / _slug / index.vue View on Github external
<template>
  <section class="container">
     <h1>Project: {{ project.name }}</h1>
    
  </section>
</template>
github nuxt-community / nuxtent-module / examples / pages / projects / _name.vue View on Github external
<template>
  <section class="container">
    <h1> Project: {{ project.name }} </h1>
    
  </section>
</template>
github SAP / InfraBox / src / dashboard-client / src / components / project / Badges.vue View on Github external
<template>
    <div class="m-sm full-height">
        
            
                
                    security
                    <span>Badges</span>
                
            

            
                
                    
                        <div>
                            <img>
                            <pre>[![Build Status]({{ root_url }}/api/v1/projects/{{ project.id }}/state.svg)]({{ root_url }}/dashboard/#/project/{{ project.name }})</pre>
                        </div>
                    
                    
                        <div>
                            <img>
                            <pre>[![Test Status]({{ root_url }}/api/v1/projects/{{ project.id }}/tests.svg)]({{ root_url }}/dashboard/#/project/{{ project.name }})</pre>
                        </div>
                    
                
            
        
    </div>
</template>

project

create projects

MIT
Latest version published 11 years ago

Package Health Score

42 / 100
Full package analysis

Popular project functions