# lerna-ui

> yarn 的workspaces特性 可以更好的统一管理有多个项目的仓库，可以使多个项目共享一个node_modules 避免相同依赖多次安装 "workspaces": [ "packages/*" // 工作区子目录 ],

Latest version **0.0.4** (published 2021-10-07) · 0 weekly downloads

## Install

```sh
npm install lerna-ui
pnpm add lerna-ui
yarn add lerna-ui
bun add lerna-ui
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2021-10-07 |
| First published | 2021-10-07 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 7.6 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | lww-robin |

## Links

- npm: https://www.npmjs.com/package/lerna-ui
- npm.io page: https://npm.io/package/lerna-ui

## Dependencies (4)

- [vue](https://npm.io/package/vue.md) ^2.6.11
- [lodash](https://npm.io/package/lodash.md) ^4.17.21
- [element-ui](https://npm.io/package/element-ui.md) ^2.15.6
- [vue-loader](https://npm.io/package/vue-loader.md) ^15.9.8

## Recent versions

- 0.0.4 (latest) — 2021-10-07
- 0.0.3 — 2021-10-07
- 0.0.1 — 2021-10-07

## README

yarn 的workspaces特性
可以更好的统一管理有多个项目的仓库，可以使多个项目共享一个node_modules
避免相同依赖多次安装
"workspaces": [
    "packages/*" // 工作区子目录
  ],

momorepo：一个项目仓库管理多个模块/包

这样每一个组件就是一个独立的 npm 包

# import xxx from "yyy"
如果node_modules里面有yyy目录，看其是否有package.json，
如果有，看是否有main字段，如果有，就找到了包的入口，
如果没有 package.json，就默认取这个目录下面的 index.js

---
_Source: https://npm.io/package/lerna-ui · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
