Paper Dynasty Website - Main Nuxt.js website
Go to file
2025-07-22 09:27:06 -05:00
assets/css First pass at interactive marketplace listings 2025-05-12 00:02:09 -05:00
components First pass at interactive marketplace listings 2025-05-12 00:02:09 -05:00
composables First pass at interactive marketplace listings 2025-05-12 00:02:09 -05:00
layouts Two page plus index base config 2025-05-07 08:55:10 -05:00
pages Added pinia for stateful marketplace search 2025-05-09 13:27:28 -05:00
public Two page plus index base config 2025-05-07 08:55:10 -05:00
server Two page plus index base config 2025-05-07 08:55:10 -05:00
stores First pass at interactive marketplace listings 2025-05-12 00:02:09 -05:00
types Update supabase.d.ts 2025-07-22 09:27:06 -05:00
utils First pass at interactive marketplace listings 2025-05-12 00:02:09 -05:00
.gitignore Gitignore updates 2025-05-07 09:00:47 -05:00
app.vue Two page plus index base config 2025-05-07 08:55:10 -05:00
nuxt.config.ts Update base url for test build 2025-05-12 00:03:03 -05:00
package-lock.json Added pinia for stateful marketplace search 2025-05-09 13:27:28 -05:00
package.json Added pinia for stateful marketplace search 2025-05-09 13:27:28 -05:00
README.md Two page plus index base config 2025-05-07 08:55:10 -05:00
tsconfig.json Two page plus index base config 2025-05-07 08:55:10 -05:00

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup

Make sure to install dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

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

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.