# @quarkjs/monaco-vue

> Vue plugin for the Monaco Editor

Latest version **0.2.2** (published 2019-06-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install @quarkjs/monaco-vue
pnpm add @quarkjs/monaco-vue
yarn add @quarkjs/monaco-vue
bun add @quarkjs/monaco-vue
```

## 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.2.2 |
| Published | 2019-06-17 |
| First published | 2019-06-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 7 MB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 78 |
| Author | rebornix |
| Maintainers | nishkal |

## Links

- npm: https://www.npmjs.com/package/@quarkjs/monaco-vue
- Repository: https://github.com/rebornix/monaco-vue
- Homepage: https://github.com/rebornix/monaco-vue#readme
- Issues: https://github.com/rebornix/monaco-vue/issues
- npm.io page: https://npm.io/package/@quarkjs/monaco-vue

## Dependencies (1)

- [request](https://npm.io/package/request.md) ^2.79.0

## Recent versions

- 0.2.2 (latest) — 2019-06-17

## README

# Monaco Vue

Vue language plugin for the Monaco Editor. Forked from [Vetur](https://github.com/vuejs/vetur), replaced components with Monaco standalone packages and adopted Monaco Editor Extension API.

Internally the Vue plugin uses the [vscode-html-languageservice](https://github.com/Microsoft/vscode-html-languageservice), [vscode-css-languageservice](https://github.com/Microsoft/vscode-css-languageservice)
node modules. The same modules is also used
in [Visual Studio Code](https://github.com/Microsoft/vscode) to power the HTML/CSS editing experience.

## Development

* `git clone https://github.com/rebornix/monaco-vue`
* `cd monaco-vue`
* `npm install . // yarn install`
* `npm run watch // gulp watch`
* run `gulp simpleserver` in another terminal session and launch `http://127.0.0.1:4000/`.

## License
[MIT](https://github.com/Microsoft/monaco-vue/blob/master/LICENSE.md)

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