Frontend for Mackorone's Spotify Playlist Archive
Go to file
2022-07-10 21:34:06 +01:00
assets Set up ESLint and PrimeVue 2022-06-29 09:22:55 +02:00
components Create a unified TrackEntriesTable component 2022-07-10 21:33:06 +01:00
layouts Set up page routing 2022-06-29 09:51:44 +02:00
models Rename calendar-entry to snapshot 2022-07-06 14:01:01 +02:00
pages Fix calendar's querySelectorAll error on destroy 2022-07-10 21:34:06 +01: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 Add numFollowers field to each snapshot 2022-07-06 14:01:20 +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 Rename NavBar component to UiNavBar 2022-07-10 21:32:25 +01:00
LICENSE Initial commit 2022-06-28 21:45:31 +02:00
nuxt.config.ts Install and register VueUse in Nuxt app 2022-07-01 21:26:40 +02:00
package-lock.json Fix HMR error by changing Nuxt version 2022-07-07 08:44:29 +02:00
package.json Install chart.js and date-fns 2022-07-06 14:00:41 +02:00
README.md Set up ESLint and PrimeVue 2022-06-29 09:22:55 +02:00
tsconfig.json Set up ESLint and PrimeVue 2022-06-29 09:22:55 +02:00

Nuxt 3 Minimal Starter

Look at the nuxt 3 documentation to learn more.

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

Checkout the deployment documentation for more information.