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)
- Host: GitHub
- URL: https://github.com/belchenkov/vuex-music
- Owner: Belchenkov
- Created: 2021-05-05T08:29:57.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-02T11:00:24.000Z (over 4 years ago)
- Last Synced: 2025-01-05T07:21:40.035Z (over 1 year ago)
- Topics: cypress, fire, firebase, howlerjs, i18n, jest, pwa, sass, tailwindcss, vee-validate, vercel, vue, vuex
- Language: Vue
- Homepage: https://vuex-music-ab.vercel.app
- Size: 1.71 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 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
```