Skip to content

Commit

Permalink
fix: bump release (fix readme)
Browse files Browse the repository at this point in the history
  • Loading branch information
iquidus committed Nov 6, 2019
1 parent 4eddd3f commit 9b6e1af
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# vue-monaco-d0x

[![NPM version](https://img.shields.io/npm/v/vue-monaco-d0x.svg?style=flat)](https://npmjs.com/package/vue-monaco-d0x) [![NPM downloads](https://img.shields.io/npm/dm/vue-monaco-d0x.svg?style=flat)](https://npmjs.com/package/vue-monaco-d0x) [![CircleCI](https://circleci.com/gh/octanolabs/vue-monaco-d0x/tree/master.svg?style=shield)](https://circleci.com/gh/octanolabs/vue-monaco-d0x/tree/master)
[![NPM version](https://img.shields.io/npm/v/vue-monaco-d0x.svg?style=flat)](https://npmjs.com/package/vue-monaco-d0x) [![NPM downloads](https://img.shields.io/npm/dm/vue-monaco-d0x.svg?style=flat)](https://npmjs.com/package/vue-monaco-d0x) [![CircleCI](https://circleci.com/gh/octanolabs/vue-monaco-d0x/tree/master.svg?style=svg)](https://circleci.com/gh/octanolabs/vue-monaco-d0x/tree/master)

[Monaco Editor](https://github.com/Microsoft/monaco-editor) is the code editor that powers VS Code, now it's available as a Vue component `<MonacoEditor>` thanks to this project. Note: This is a fork of [vue-monaco](https://npmjs.com/package/vue-monaco).

## Install

```bash
npm install vue-monaco
npm install vue-monaco-d0x
```

Or

```bash
yarn add vue-monaco
yarn add vue-monaco-d0x
```

## Usage
Expand Down Expand Up @@ -48,7 +48,7 @@ Then use the component:
</template>
<script>
import MonacoEditor from 'vue-monaco'
import MonacoEditor from 'vue-monaco-d0x'
export default {
components: {
Expand Down Expand Up @@ -85,7 +85,7 @@ export default {

<script src="monaco-editor/min/vs/loader.js"></script>
<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/vue-monaco"></script>
<script src="https://unpkg.com/vue-monaco-d0x"></script>
<script>
require.config({ paths: { vs: 'monaco-editor/min/vs' } })
Expand Down

0 comments on commit 9b6e1af

Please sign in to comment.