Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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-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](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
```