s-KaiNet / spfx-monorepo-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spfx-monorepo-sample

Pnpm

pnpm is required.

Setup

Clone the repo

cd yourpath
git clone https://github.com/stevebeauge/spfx-monorepo-sample.git
cd spfx-monorepo-sample

Install and build deps

pnpm i

This will download all dependencies, and compiles sub packages

Run the project

Using standard SPFX serve

gulp serve

Add a Monorepo sample while browsing with the ?debug=.... query string.

It's working

Using SPFX fast serve

pnpm run serve

Add a Monorepo sample while browsing with the ?debug=.... query string.

It's not working

About


Languages

Language:TypeScript 67.3%Language:JavaScript 22.5%Language:SCSS 10.3%