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

https://github.com/markthree/nuxt-mon

使用 nuxt layer 来构建 monorepo 多应用
https://github.com/markthree/nuxt-mon

Last synced: about 2 months ago
JSON representation

使用 nuxt layer 来构建 monorepo 多应用

Awesome Lists containing this project

README

          

# nuxt-mon

使用 nuxt layer 来构建 monorepo 多应用

## tip

请在 theme 中构建共享内容

## 开发

### 安装

```shell
pnpm install
```

### 启动 h5

```shell
pnpm dev:h5
```

### 打包 h5

```shell
pnpm dev:h5
```

### 启动 web

```shell
pnpm dev:web
```

### 打包 web

```shell
pnpm dev:web
```

### 启动 admin

```shell
pnpm dev:admin
```

### 打包 admin

```shell
pnpm build:admin
```

### 同时打包所有内容

```shell
pnpm build:*
```