Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fimion/vue-solitaire
Solitaire created in vue
https://github.com/fimion/vue-solitaire
Last synced: 25 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T18:48:19.000Z (4 months ago)
- Last Synced: 2024-12-12T20:15:39.192Z (27 days ago)
- Language: Vue
- Size: 817 KB
- Stars: 35
- Watchers: 4
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/4e77986a-0eff-4906-965e-6fcc1f663bd7/deploy-status)](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
[![BrowserStack.com](docs/browserstack-logo-600x315.png)](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
```