Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devmnj/vue-pnf

A vue library for showing Page Not Found / 404 page using awesome CSS animation
https://github.com/devmnj/vue-pnf

404-error-page 404-errors 404-not-found 404-pages vue vue-component-library vue-components vue-li vuejs

Last synced: about 2 months ago
JSON representation

A vue library for showing Page Not Found / 404 page using awesome CSS animation

Awesome Lists containing this project

README

        

vue-pnf

[![Status](https://img.shields.io/badge/status-active-success.svg)]()
[![GitHub Issues](https://img.shields.io/github/issues/kylelobo/The-Documentation-Compendium.svg)](https://github.com/kylelobo/The-Documentation-Compendium/issues)
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/kylelobo/The-Documentation-Compendium.svg)](https://github.com/kylelobo/The-Documentation-Compendium/pulls)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)

---


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


## 📝 Table of Contents

- [📝 Table of Contents](#-table-of-contents)
- [🧐 About ](#-about-)
- [🏁 Components ](#-components-)
- [🎈Prerequisites](#prerequisites)
- [🎈Installing](#installing)
- [🎈 Usage ](#-usage-)
- [⛏️ Built Using ](#️-built-using-)
- [✍️ Authors ](#️-authors-)

## 🧐 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

```bash
npm i --save @codehat/vue-pnf
```

## 🎈 Usage

Here is simple usage

```javascript



```

```javascript
import { Animated } from "@codehat/vue-pnf";
export default {
components: {
"v-404": Animated,
},
};

```

## ⛏️ Built Using

- [VueJs](https://vuejs.org/) - Web Framework
- [NodeJs](https://nodejs.org/en/) - Server Environment

## ✍️ Authors

- [@manojap](https://github.com/manojap) - Idea & Initial work