Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 1.71 KB

README.md

File metadata and controls

60 lines (43 loc) · 1.71 KB

beautiful-cat-facts

Welcome To Beautiful Catfacts

A toy Vue JS app that displays randomized cat facts and pictures.

Desktop Light Mode Desktop Dark Mode
Beautiful Cat Facts Desktop Light Mode Screen Shot Beautiful Cat Facts Desktop Dark Mode Screen Shot
Mobile Light Mode Mobile Dark Mode
Beautiful Cat Facts Desktop Light Mode Screen Shot Beautiful Cat Facts Desktop Dark Mode Screen Shot

Project setup

If you'd like to look at the code and use it yourself, make sure to fork and clone it first.

Also, be sure to use the latest version of npm and node.

Install dependencies.

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Running the build locally

If you'd like to run the build locally, you can easily use the Node.js static file server.

npm install -g serve
# -s flag means serve it in Single-Page Application mode
serve -s dist

For more instructions on deployment, check out the excellent docs here.

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Author

Zach Sarette