No description
  • Vue 56.9%
  • TypeScript 20.4%
  • JavaScript 20.2%
  • SCSS 2.5%
Find a file
2024-01-11 08:43:59 +02:00
.electron-nuxt First commit 2022-03-04 01:07:17 +02:00
src Fixed issues with invalid urls for icons 2024-01-11 08:42:29 +02:00
.editorconfig First commit 2022-03-04 01:07:17 +02:00
.eslintrc.js Queue Page 2022-03-28 22:40:21 +03:00
.gitattributes First commit 2022-03-04 01:07:17 +02:00
.gitignore Context menu and other small changes 2022-03-08 00:50:23 +02:00
builder.config.js First commit 2022-03-04 01:07:17 +02:00
package.json Removed unnecessary files and updated a dependency 2024-01-11 08:40:23 +02:00
README.md Updated README 2024-01-11 08:43:59 +02:00
vetur.config.js First commit 2022-03-04 01:07:17 +02:00
yarn.lock Removed unnecessary files and updated a dependency 2024-01-11 08:40:23 +02:00

lofity

Uses node 14, so beware.

A spotify alternative that supports both Youtube and Spotify

Build Setup

# install dependencies
yarn install

# serve app with hot reload
yarn dev

# build electron application for production
yarn build

# lint all JS/Vue component files in `src/`
yarn lint


This project was generated with electron-nuxt v1.8.1 using vue-cli. Documentation about the original structure can be found here.