Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dave-wind/monorepo

Manage a collection of vite rollup webpack react vue typescript repositories with pnpm monorepo
https://github.com/dave-wind/monorepo

Last synced: 11 days ago
JSON representation

Manage a collection of vite rollup webpack react vue typescript repositories with pnpm monorepo

Awesome Lists containing this project

README

        

### monorepo

> Manage a collection of vite rollup webpack react vue typescript repositories with pnpm monorepo

#### Prepare

```js
npm install nvm -g

nvm use v14.17.0

npm install pnpm -g

// Env
"node": ">=14",
"pnpm": ">=7"

```

#### install

```js

pnpm install -r // install all workspace project

```

#### build Or Rebuild

```js

pnpm --filter @neopark/common build

pnpm --filter @neopark/react build

// After run dev ...

```

#### Run Test

```js
vite-vue:
pnpm --filter vite-vue run dev

react:
pnpm --filter react-app run dev

```

#### Publish

```js
npm login

pnpm --filter @neopark/common publish

pnpm --filter @neopark/react publish
```

#### NPM repository

image