Frontend for Mackorone's Spotify Playlist Archive
Go to file
dependabot[bot] 07588bea34
Bump nuxt from 3.0.0-rc.8 to 3.4.3
Bumps [nuxt](https://github.com/nuxt/nuxt) from 3.0.0-rc.8 to 3.4.3.
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/compare/v3.0.0-rc.8...v3.4.3)

---
updated-dependencies:
- dependency-name: nuxt
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-22 12:39:02 +00:00
assets Add styling for text and autocomplete inputs 2022-09-03 16:22:32 +02:00
components Rename UiNavBar component to NavBar 2022-09-05 13:38:57 +02:00
composables Create a canCopyToCliboard composable 2022-09-03 16:29:38 +02:00
layouts Set up page routing 2022-06-29 09:51:44 +02:00
models Implement fuzzy search for archive entries 2022-07-27 11:50:36 +02:00
pages If clipboard is unavailable, show actions dialogs 2022-09-05 13:39:48 +02:00
plugins Display an info tooltip if URLs cannot be copied 2022-09-05 04:23:05 +02:00
public Add a "Not Found" page 2022-07-01 21:27:42 +02:00
server Search engine hotfix 2023-01-07 13:13:25 +01:00
.eslintrc.cjs Set up ESLint and PrimeVue 2022-06-29 09:22:55 +02:00
.gitignore Set up ESLint and PrimeVue 2022-06-29 09:22:55 +02:00
.prettierrc Set up ESLint and PrimeVue 2022-06-29 09:22:55 +02:00
app.vue Rename UiNavBar component to NavBar 2022-09-05 13:38:57 +02:00
LICENSE Initial commit 2022-06-28 21:45:31 +02:00
nuxt.config.ts Ensure chart.js gets transpiled 2022-09-03 16:42:54 +02:00
package-lock.json Bump nuxt from 3.0.0-rc.8 to 3.4.3 2023-06-22 12:39:02 +00:00
package.json Bump nuxt from 3.0.0-rc.8 to 3.4.3 2023-06-22 12:39:02 +00:00
README.md Add a "no association with Spotify" disclaimer 2022-07-21 11:10:58 +02:00
tsconfig.json Set up ESLint and PrimeVue 2022-06-29 09:22:55 +02:00

DISCLAIMER

SPOTIFY is a registered trademark of Spotify AB. This project is not associated with Spotify AB in any way.

spotifyplaylistarchive.com

This is the frontend of spotify-playlist-archive repository by mackorone.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Manually lint code and fix errors:

npm run lint -- --fix

Manually format code:

npm run prettier-format

License

MIT