A toy Vue JS app that displays randomized cat facts and pictures.
Desktop Light Mode | Desktop Dark Mode |
---|---|
Mobile Light Mode | Mobile Dark Mode |
---|---|
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.
npm install
npm run serve
npm run build
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.
npm run lint
Zach Sarette
- Twitter: @SuperRocketZach
- Github: @zacharysarette