Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandaoplaster/vue-tinder
Clone of the tinder application using vue js on the front end and back end with a Ruby on Rails API
https://github.com/brandaoplaster/vue-tinder
buefy vuejs
Last synced: 19 days ago
JSON representation
Clone of the tinder application using vue js on the front end and back end with a Ruby on Rails API
- Host: GitHub
- URL: https://github.com/brandaoplaster/vue-tinder
- Owner: brandaoplaster
- Created: 2020-03-14T21:03:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T05:21:52.000Z (about 2 years ago)
- Last Synced: 2024-10-09T21:33:53.001Z (3 months ago)
- Topics: buefy, vuejs
- Language: Vue
- Homepage:
- Size: 1.41 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-tinder
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).