Skip to content

FPierre/vue-loading-spinner

 
 

Repository files navigation

vue-loading-spinner

Just another collection of loading spinners with Vue.js

Installation

npm install --save vue-loading-spinner

or

yarn add vue-loading-spinner

Usage

<template>
  <div id="app">
    <cube-spin></cube-spin>
  </div>
</template>

<script>
  import CubeSpin from 'vue-loading-spinner/components/Cube'
  export default {
    components: {
      CubeSpin
    }
  }
</script>

Demo

List of all spinner: Demo

Development Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

About

Just another collection of loading spinners with Vue.js, alot of spinners

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 94.0%
  • JavaScript 6.0%