Skip to content

parulian1/webstore

Repository files navigation

Introduction

Tira Platform Web source code monorepo.

Web template based on Vue 2 + Storefront UI, sourced using pnpm workspace + Lerna

Structure

Currently have 2 workspaces :

  • apps : For app template
  • packages : For shared package

Package and app should be namespaced

Tools required

  • Node v18
  • PNPM
  • Lerna

What's in here

Template Web Tira APP : apps/template-web-tira Tira Platform Package : package/tira-platform Documentation site : docs

Getting started

Setup PNPM

Refer to here https://pnpm.io/installation

After installation go to the cloned directory

with Lerna

pnpm install
lerna run build:dev
pnpm install
lerna --scope @gdn-tira/template-web-tira run serve

with PNPM

pnpm install
pnpm --filter @gdn-tira/tira-platform run build:dev
pnpm --filter @gdn-tira/tira-platform-sf run build:dev

pnpm install
pnpm --filter @gdn-tira/template-web-tira run serve

Running documentation site

pnpm run docs:dev

Working on apps

Refer to README.md in each app folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors