66ba95439d7a3107e5ec12b6cc1fd0cd0546ae6a
- Updated last modified date and overall progress in project documentation. - Implemented critical UX improvements including route localization to English, cart item position stability, text selection prevention, and scrollbar styling fixes. - Enhanced cart functionality with a new MockPayPalButton component and ensured cart state synchronization after order completion. - Fixed accessibility issues with the cart edit button and improved responsive rendering for cart components. These changes aim to enhance user experience and maintain consistency across the application.
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.
Description
Languages
Vue
55.7%
TypeScript
38.1%
CSS
6.1%
JavaScript
0.1%