0.1.1 • Published 3 years ago

@teamgrid-app/components v0.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

@teamgrid-app/components

This module serves as a collection point for all components that we use in TeamGrid Desktop & TeamGrid Mobile.

Usage

nuxt.config.js

module.exports = {
  buildModules: [
    // https://github.com/kubilaymelnikov/teamgrid-app/tree/master/packages/components#readme
    '@teamgrid-app/components',
  ],
}

pages/index.vue

<template>
  <div>
    <Stopwatch />
  </div>
</template>