1.2.1 • Published 4 years ago

@system76/pop-vue v1.2.1

Weekly downloads
25
License
GPL-3.0
Repository
github
Last release
4 years ago

This repository contains Vue components and styles designed to mimic the look of common Pop!_OS applications.

Using

npm install --save-dev @system76/pop-vue
<template>
  <PopTerminal>
    ./runacommand.sh
  </PopTerminal>
</template>

<style>
@import "@system76/pop-vue";
</style>

<script>
import { PopTerminal } from '@system76/pop-vue'

export default {
  components: {
    PopTerminal
  }
}
</script>

View the docs to see more examples.

Tips

1) You will need to ensure that babel sourceType is set to unambiguous. In nuxt, this means adding the following to your configuration:

build: {
  babel: {
    sourceType: 'unambiguous'
  }
}

Development

1) Download the repository

2) Run npm ci

3) Run npm start

4) Start hacking

Deployment

Simply push to master and travis will do all the work for you!

Releases

To trigger a release of pop-vue, push a commit to the master branch in the Angular Commit Message Conventions format.

1.2.1

4 years ago

1.2.0

4 years ago

1.1.2

4 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago