vue-status-page

1.0.7 • Public • Published

Status Page

Scaffolding of the pages for displaying the error, under construction, data was not found or no data page with the http status code

Installation

import Vue from 'vue'
import VueStatusPage from 'vue-status-page'

Vue.use(VueStatusPage)
<template>
  <div>
    <StatusPage />
  </div>
</template>

<script>
export default {}
</script>

Options

page="" : String

  • under_construction as default
  • error
  • was_not_found
  • no_data

width="" : String ("20vw" default value)

height="" : String ("auto" default value)

/vue-status-page/

    Package Sidebar

    Install

    npm i vue-status-page

    Weekly Downloads

    3

    Version

    1.0.7

    License

    ISC

    Unpacked Size

    93.4 kB

    Total Files

    10

    Last publish

    Collaborators

    • laramab