mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
done
This commit is contained in:
@@ -63,7 +63,11 @@ vjs-10-monorepo/
|
||||
### Installation
|
||||
|
||||
```bash
|
||||
npm install
|
||||
nvm use
|
||||
```
|
||||
|
||||
```bash
|
||||
pnpm install
|
||||
```
|
||||
|
||||
### Building
|
||||
@@ -71,32 +75,38 @@ npm install
|
||||
Build all packages:
|
||||
|
||||
```bash
|
||||
npm run build
|
||||
pnpm build
|
||||
```
|
||||
|
||||
Build specific package:
|
||||
Build specific packages:
|
||||
|
||||
```bash
|
||||
npm run build --workspace=@vjs-10/core
|
||||
pnpm -F media build
|
||||
|
||||
pnpm -F html build
|
||||
pnpm -F html-icons build
|
||||
|
||||
pnpm -F react build
|
||||
pnpm -F react-icons build
|
||||
```
|
||||
|
||||
### Development
|
||||
|
||||
```bash
|
||||
# Install dependencies
|
||||
npm install
|
||||
pnpm install
|
||||
|
||||
# Build all packages
|
||||
npm run build
|
||||
pnpm build
|
||||
|
||||
# Run type checking
|
||||
npm run typecheck
|
||||
pnpm typecheck
|
||||
|
||||
# Run linting
|
||||
npm run lint
|
||||
pnpm lint
|
||||
|
||||
# Run dev build
|
||||
npm run dev
|
||||
pnpm dev
|
||||
```
|
||||
|
||||
## Package Dependencies
|
||||
|
||||
Reference in New Issue
Block a user