Tira Platform Web source code monorepo.
Web template based on Vue 2 + Storefront UI, sourced using pnpm workspace + Lerna
Currently have 2 workspaces :
- apps : For app template
- packages : For shared package
Package and app should be namespaced
- Node v18
- PNPM
- Lerna
Template Web Tira APP : apps/template-web-tira Tira Platform Package : package/tira-platform Documentation site : docs
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
pnpm run docs:dev
Refer to README.md in each app folder