# @jinka/microhall-config-web

> 微厅配置-web端

Latest version **0.1.35** (published 2022-04-24) · 0 weekly downloads

## Install

```sh
npm install @jinka/microhall-config-web
pnpm add @jinka/microhall-config-web
yarn add @jinka/microhall-config-web
bun add @jinka/microhall-config-web
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.35 |
| Published | 2022-04-24 |
| First published | 2022-04-02 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 6.0.0 |
| Dependencies | 10 |
| Unpacked size | 5.5 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | mu.zhe |
| Maintainers | suyan1, fishuncle |

## Links

- npm: https://www.npmjs.com/package/@jinka/microhall-config-web
- npm.io page: https://npm.io/package/@jinka/microhall-config-web

## Dependencies (10)

- [vue](https://npm.io/package/vue.md) ^2.6.14
- [vuex](https://npm.io/package/vuex.md) ^3.6.2
- [moment](https://npm.io/package/moment.md) ^2.29.1
- [core-js](https://npm.io/package/core-js.md) ^3.21.1
- [esvcp-pc](https://npm.io/package/esvcp-pc.md) ^0.1.91
- [vue-router](https://npm.io/package/vue-router.md) ^3.5.3
- [esvcp-pc-ui](https://npm.io/package/esvcp-pc-ui.md) ^0.1.308
- [vuedraggable](https://npm.io/package/vuedraggable.md) ^2.24.3
- [@babel/runtime](https://npm.io/package/@babel/runtime.md) ^7.17.8
- [@babel/polyfill](https://npm.io/package/@babel/polyfill.md) ^7.12.1

## Recent versions

- 0.1.35 (latest) — 2022-04-24
- 0.1.34 — 2022-04-15
- 0.1.33 — 2022-04-15
- 0.1.32 — 2022-04-12
- 0.1.31 — 2022-04-11
- 0.1.30 — 2022-04-08
- 0.1.29 — 2022-04-02
- 0.1.28 — 2022-04-02

## README

## 安装 nrm
```shell
npm i nrm -g
```

```shell
nrm add eslink http://npm.eslink.cc/
```

```shell
nrm use eslink
```

## 微厅配置 - web
```javascript
import '@jinka/microhall-config-web/microhall-config-web/static/css/microhall-config-web.css';
const microhallConfigWeb = () =>
    import(/* webpackChunkName: "@jinka/microhall-config-web", webpackPreload: true */ '@jinka/microhall-config-web');
microhallConfigWeb().then((obj) => {
    const { default: m } = obj;
    // 初始化子项目
    // router.addRoutes(m.routes.options.routes);
    Vue.use(m.init, router, store);
})
```

---
_Source: https://npm.io/package/@jinka/microhall-config-web · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
