Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1005 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 1005 Bytes

Netlify Status

vue-solitaire

This project is a way of demonstrating several concepts in a real world use case.

Also, I wanted a solitaire app without ads.

You can find the currently released version at:

vue-solitaire.netlify.app

Special Thanks

Netlify

Thanks to Netlify for hosting my very small PWA for free!

BrowserStack

BrowserStack.com

Thank you to Browser Stack for helping out! I do not currently own a mac or iOS devices i can test with, So i am using browser stack for any testing on those systems.

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:fix