Skip to content

Commit 8d47793

Browse files
committed
2 parents 60b6528 + dca3545 commit 8d47793

File tree

2 files changed

+21
-11
lines changed

2 files changed

+21
-11
lines changed

README.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
1-
# Vue 3 + TypeScript + Vite
21

3-
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
2+
# Vue Doc Exporter
43

5-
## Recommended IDE Setup
4+
Export your vue html content to Word Document with a button Click! PDF & Excel Coming Soon!
65

7-
- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
86

9-
## Type Support For `.vue` Imports in TS
7+
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
8+
[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)
9+
[![AGPL License](https://img.shields.io/badge/license-AGPL-blue.svg)](http://www.gnu.org/licenses/agpl-3.0)
1010

11-
TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types.
1211

13-
If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:
12+
## Installation
13+
14+
Install vue-doc-exporter with npm or yarn
15+
16+
```bash
17+
npm install vue-doc-exporter
18+
yarn add vue-doc-exporter
19+
```
20+
21+
## Features
22+
23+
- Export HTML To Word Document
1424

15-
1. Disable the built-in TypeScript Extension
16-
1. Run `Extensions: Show Built-in Extensions` from VSCode's command palette
17-
2. Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`
18-
2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"files": [
77
"dist"
88
],
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/KellsWorks/vue-doc-download.git"
12+
},
913
"main": "./dist/vue-doc-download.umd.cjs",
1014
"module": "./dist/vue-doc-download.js",
1115
"exports": {

0 commit comments

Comments
 (0)