Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dave-wind/monorepo
- Owner: dave-wind
- Created: 2022-09-24T16:55:45.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-31T18:03:33.000Z (about 2 years ago)
- Last Synced: 2024-10-12T13:48:12.878Z (27 days ago)
- Language: TypeScript
- Size: 319 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 -gnvm 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 devreact:
pnpm --filter react-app run dev```
#### Publish
```js
npm loginpnpm --filter @neopark/common publish
pnpm --filter @neopark/react publish
```#### NPM repository