Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.26 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.26 KB

Turborepo Vue SC

A monorepo project built with Turborepo and pnpm workspaces, featuring a Vue.js application and Storybook for UI component development.

Live Demo

About the Project

This project is a scalable monorepo setup using Turborepo and pnpm workspaces. It includes:

  • Nuxt application for the client-side interface.
  • Storybook for developing and testing UI components in isolation.
  • Shared configurations and utilities across packages including eslint, tailwindcss, and tsconfig.

Technologies Used:

Getting Started

Follow these instructions to set up the project locally.

Prerequisites

  • Node.js: >=20
  • pnpm: 9.10.0 or higher
  • Git: Latest version

Usage

  1. Install dependencies

    pnpm i
  2. Run development server

    pnpm dev