Skip to content

Create a HelloWorld fork with Vue.js #46

@warpech

Description

@warpech

This looks very pleasing:

<template>
  <div class="example">{{ msg }}</div>
</template>
 
<script>
export default {
  data () {
    return {
      msg: 'Hello world!'
    }
  }
}
</script>
 
<style>
.example {
  font-weight: bold;
}
</style>
  • StarcounterApps/Launchpad@2.0.0
  • StarcounterApps/SignIn@6e0db6044b817b9fb0d64cdf4e24722b1760cb15

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions