0.0.0 • Published 8 years ago

vue-fitd v0.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

vue-fitd

Get Start

<script>
import {FitButton} from 'vue-fitd'
export default {
  template: `<fit-button>Button</fit-button>`
  components: {
    fitButton: FitButton
  }
}
</script>

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test