Skip to content

ErogeMaster225/Bungou

Repository files navigation

文豪

Another e-commerce website for books. And yes you can buy books here with real money. Thanks for the money lmao.

This project is powered by Nuxt 3 framework and hosted on Vercel.

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# pnpm
pnpm install

# yarn
yarn install

# npm
npm install

Development Server

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

# pnpm
pnpm dev

# yarn
yarn dev

# npm
npm run dev

Production

Build the production application:

# pnpm
pnpm build

# yarn
yarn build

# npm
npm run build

Locally preview production build:

#pnpm
pnpm preview

# yarn
yarn preview

# npm
npm run preview

Check out the deployment documentation for more information.

About

An online book store. Written in Vue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published