Frontend for Mackorone's Spotify Playlist Archive
Go to file
2022-07-21 01:24:22 +02:00
assets Set up ESLint and PrimeVue 2022-06-29 09:22:55 +02:00
components Adapt date display logic to Vuepic component 2022-07-20 21:42:25 +02:00
layouts Set up page routing 2022-06-29 09:51:44 +02:00
models Implement playlist search typeahead 2022-07-19 22:21:13 +02:00
pages Various minor styling tweaks 2022-07-20 21:41:41 +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 Make title search case-insensitive 2022-07-20 21:38:03 +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 Install vue-datepicker calendar component 2022-07-20 21:37:41 +02:00
package.json Install vue-datepicker calendar component 2022-07-20 21:37:41 +02:00
README.md Add project and lint/format commands description 2022-07-21 01:24:22 +02:00
tsconfig.json Set up ESLint and PrimeVue 2022-06-29 09:22:55 +02:00

spotifyplaylistarchive.com

This is the official website of spotify-playlist-archive project 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