0.2.2 • Published 4 years ago

vue-dvd-saver v0.2.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Vue DVD Saver

Your beloved nostalgic screensaver for your beloved JavaScript Framework.

Will it hit the corner?

Quick Start

Install

You can install vue-dvd-saver either using a package manager or by including the script in your html.

Package Manager

npm install vue-dvd-saver
yarn install vue-dvd-saver

Unpkg

<script src="https://www.unpkg.com/vue-dvd-saver@latest/dist/dvdSaver.umd.min.js">

Basic Usage

<template>
    <div>
        <ScreenSaver class="screenSaver" />
    </div>
</template>

<script>
import ScreenSaver from "vue-dvd-saver";

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

<style>
.screenSaver {
    width: 100%;
    height: 100%;
}
</style>

Local development

Project setup

npm install

Compile, hot-reload and run dev-server for development

npm run serve

Compile and minify for production

npm run build

Compile and minify docs

npm run docs

Lint and fix files

npm run lint
0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.4

4 years ago

0.1.5

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago