Skip to content

Commit c15c0f5

Browse files
author
Barthelemy Ledoux
committed
update package desciprion
1 parent 53ef744 commit c15c0f5

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

packages/core/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# vue-cli-plugin-template-loader
22

3-
A plugin for @vue/cli to use [vue-template-loader](https://github.com/ktsn/vue-template-loader) in vue-cli to separate concerns in the vue-cli
3+
A plugin for @vue/cli 3.0 to setup a vue scaffolding using [vue-template-loader](https://github.com/ktsn/vue-template-loader).
44

55
## With this plugin
66

7+
When one uses this plugin in combination with TypeScript,
8+
79
1. Type safety is kept accross files
810
2. When writing tests, autocompletion with most editors work
911
3. Intellisense and documentation in typescript is kept

packages/core/package.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
11
{
22
"name": "vue-cli-plugin-template-loader",
33
"version": "0.5.0",
4-
"description": "vue-template-loader plugin for vue-cli",
4+
"description": "vue-template-loader plugin for @vue/cli 3.0",
55
"main": "index.js",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/elevatebart/vue-cli-plugin-template-loader.git"
99
},
10-
"homepage": "https://github.com/elevatebart/vue-cli-plugin-template-loader/tree/master/packages/src/vue-cli-plugin-template-loader",
11-
"keywords": [
12-
"vue",
13-
"cli",
14-
"template",
15-
"loader",
16-
"separation of concerns",
17-
"sfc"
18-
],
10+
"homepage":
11+
"https://github.com/elevatebart/vue-cli-plugin-template-loader/tree/master/packages/src/vue-cli-plugin-template-loader",
12+
"keywords": ["vue", "cli", "template", "loader", "separation of concerns", "sfc"],
1913
"author": "Bart Ledoux",
2014
"license": "MIT",
2115
"bugs": {

0 commit comments

Comments
 (0)