Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masterevarior/cocktail-menu
đšA menu for my at-home bar
https://github.com/masterevarior/cocktail-menu
cocktail menu vue vue-router vuetify
Last synced: 1 day ago
JSON representation
đšA menu for my at-home bar
- Host: GitHub
- URL: https://github.com/masterevarior/cocktail-menu
- Owner: MasterEvarior
- Created: 2020-10-02T20:56:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T14:31:44.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T23:33:39.394Z (over 1 year ago)
- Topics: cocktail, menu, vue, vue-router, vuetify
- Language: Vue
- Homepage: https://cocktail-menu.giannin.dev
- Size: 2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cocktail Menu
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/MasterEvarior/cocktail-menu/Deploy%20to%20github%20pages)
![Website](https://img.shields.io/website?url=https%3A%2F%2Fmasterevarior.github.io%2Faare-guru-dashboard%2F)
![GitHub package.json version](https://img.shields.io/github/package-json/v/MasterEvarior/cocktail-menu)
Just a cocktail menu for my at-home bar, so that I don't have to list a hundred drinks everytime I'm asked whats available/doable.## Used technologies
- [Vue.js](https://vuejs.org)
- [Vuetifyjs](https://vuetifyjs.com)
- GitHub-Actions(for automating the deployment)## Deployment to GitHub-Pages
The deployment has been automated with GitHub-Actions with full credit going to [this](https://dev.to/rolanddoda/deploy-to-github-pages-like-a-pro-with-github-actions-4hdg) guide.## 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
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).