https://github.com/fimion/vue-solitaire
Solitaire created in vue
https://github.com/fimion/vue-solitaire
Last synced: 3 months ago
JSON representation
Solitaire created in vue
- Host: GitHub
- URL: https://github.com/fimion/vue-solitaire
- Owner: fimion
- License: mit
- Created: 2019-02-06T11:55:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T06:34:46.000Z (6 months ago)
- Last Synced: 2025-03-25T04:51:41.987Z (4 months ago)
- Language: Vue
- Size: 960 KB
- Stars: 35
- Watchers: 3
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/vue-solitaire/deploys)
# vue-solitaireThis 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](https://vue-solitaire.netlify.app)
## Special Thanks
### Netlify
Thanks to Netlify for hosting my very small PWA for free!
### BrowserStack
[](https://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
```