@codehat/vue-pnf

1.1.2 • Public • Published

vue-pnf

Status GitHub Issues GitHub Pull Requests License


A Vue library consisting of one or more component for showing Page Not Found / 404.

📝 Table of Contents

🧐 About

A set of components for showing error page or 404 in Vuejs project.

🏁 Components

This library includes following components

  • Animated, an animate 404 Page with CSS animation

🎈Prerequisites

  • Nodejs
  • Vuejs

🎈Installing

You can install the package from NPM registry or from github packages registry

npm i --save @codehat/vue-pnf

🎈 Usage

Here is simple usage

<template>
  <div class="home">
    <v-404/>     
  </div>
</template>
<script>
import { Animated } from "@codehat/vue-pnf";
export default {  
  components: {
 "v-404": Animated,    
  },
};
</script>

⛏️ Built Using

Package Sidebar

Install

npm i @codehat/vue-pnf

Weekly Downloads

2

Version

1.1.2

License

MIT

Unpacked Size

90.1 kB

Total Files

6

Last publish

Collaborators

  • codehat