https://github.com/devmnj/vue-404-components
This is a set of reusable 404 vue components with beautiful CSS animations.
https://github.com/devmnj/vue-404-components
css-anima vue-component-library vue-components vuejs2
Last synced: about 1 year ago
JSON representation
This is a set of reusable 404 vue components with beautiful CSS animations.
- Host: GitHub
- URL: https://github.com/devmnj/vue-404-components
- Owner: devmnj
- Created: 2021-05-30T17:48:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-30T17:50:11.000Z (almost 5 years ago)
- Last Synced: 2025-01-16T11:33:47.906Z (about 1 year ago)
- Topics: css-anima, vue-component-library, vue-components, vuejs2
- Language: Vue
- Homepage:
- Size: 314 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 404
This project provides a set of Vuejs components for creating
404 | Notfound pages. Some of the concept and animations are adapted from CodePen authors
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```