New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@codehat/vue-pnf

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codehat/vue-pnf

vue-pnf

latest
Source
npmnpm
Version
1.1.2
Version published
Weekly downloads
1
-75%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

404

FAQs

Package last updated on 14 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts