Skip to content

Commit

Permalink
docs: add a note about supported preprocessors
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsn committed May 23, 2018
1 parent 450bc17 commit 720a51d
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ Open the command pallete and select `Open Vue Designer`. Then you can see a prev

This extension is still work in progress. If you have some feedbacks for this extension, it would be really helpful!

## Supported Preprocessors

Vue Designer currently does not actively support preprocessors on `<template>`, `<script>` and `<style>` blocks. Languages not included in the following list may not work on Vue Designer.

* HTML (`<template>`)
* JavaScript (`<script>`)
* TypeScript (`<script lang="ts">`)
* CSS (`<style>`)

## Development

Vue designer is separated by two modules - server and client.
Expand All @@ -26,10 +35,10 @@ For typings of external packages that does not exist should be in `types/(packag

To debug on VSCode, follow the below steps:

1. Run `npm run watch` to start dev server.
2. Open VSCode and show debug pane on the left side of the editor.
3. Run `Launch Extension` so that it opens a new window with enabling local Vue Designer.
4. Select `Open Vue Designer` on command pallete.
1. Run `npm run watch` to start dev server.
2. Open VSCode and show debug pane on the left side of the editor.
3. Run `Launch Extension` so that it opens a new window with enabling local Vue Designer.
4. Select `Open Vue Designer` on command pallete.

If you want to use dev tools for client code, add the following configuration in your `keybindings.json`.

Expand Down

0 comments on commit 720a51d

Please sign in to comment.