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

https://github.com/belchenkov/vuex-music

Build an app "Vuex Music" on (Vue3, TailwindCSS, SASS, Firebase, Jest, Cypress, Vercel, Vuex, i18n, PWA)
https://github.com/belchenkov/vuex-music

cypress fire firebase howlerjs i18n jest pwa sass tailwindcss vee-validate vercel vue vuex

Last synced: 2 months ago
JSON representation

Build an app "Vuex Music" on (Vue3, TailwindCSS, SASS, Firebase, Jest, Cypress, Vercel, Vuex, i18n, PWA)

Awesome Lists containing this project

README

          

# Vuex Music

> Build an app "Vuex Music" on (Vue3, TailwindCSS, SASS, Firebase, Jest, Cypress, Vercel, Vuex, i18n, PWA)

### [Demo](https://vuex-music-ab.vercel.app)

### Preview
![screenshot](./screen.png)

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your unit tests
```
npm run test:unit
```

### Run your end-to-end tests
```
npm run test:e2e
```

### Lints and fixes files
```
npm run lint
```