Giter Site home page Giter Site logo

devmnj / vue-pnf Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 338 KB

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

JavaScript 22.91% Vue 66.96% CSS 10.13%
404-pages 404-errors 404-error-page 404-not-found vue vuejs vue-li vue-component-library vue-components

vue-pnf's Introduction

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

✍️ Authors

vue-pnf's People

Contributors

devmnj avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.