Frontend for Mackorone's Spotify Playlist Archive
Go to file
dependabot[bot] 3fda370e40
Bump undici from 5.8.0 to 5.10.0
Bumps [undici](https://github.com/nodejs/undici) from 5.8.0 to 5.10.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.8.0...v5.10.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-26 06:34:05 +00:00
assets Set up ESLint and PrimeVue 2022-06-29 09:22:55 +02:00
components Ensure each day is displayed in the follower chart 2022-07-24 11:21:43 +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 Implement fuzzy search for archive entries 2022-07-27 11:50:36 +02:00
plugins Add plugins for using PrimeVue and error handling 2022-06-29 09:51:22 +02:00
public Add a "Not Found" page 2022-07-01 21:27:42 +02:00
server Implement fuzzy search for archive entries 2022-07-27 11:50:36 +02: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 Add simple meta tag config 2022-07-13 20:03:12 +02:00
LICENSE Initial commit 2022-06-28 21:45:31 +02:00
nuxt.config.ts Install vue-datepicker calendar component 2022-07-20 21:37:41 +02:00
package-lock.json Bump undici from 5.8.0 to 5.10.0 2022-08-26 06:34:05 +00:00
package.json Implement fuzzy search for archive entries 2022-07-27 11:50:36 +02: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