Skip to content

Commit f988b09

Browse files
author
Barthelemy Ledoux
committed
remove useless stuff
1 parent 279516b commit f988b09

File tree

7 files changed

+29
-630
lines changed

7 files changed

+29
-630
lines changed

CHANGELOG.md

Lines changed: 0 additions & 59 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
[![Build Status](https://travis-ci.org/elevatebart/vue-cli-plugin-template-loader.svg?branch=master)](https://travis-ci.org/elevatebart/vue-cli-plugin-template-loader)
22

33
# vue-cli-plugin-template-loader
4+
45
A plugin to run the vue-template-loader from @ktsn in the vue-cli
56

67
## use plugin
7-
[documentation](https://github.com/elevatebart/vue-cli-plugin-template-loader/tree/master/packages/src/vue-cli-plugin-template-loader#readme)
8+
9+
[documentation](https://github.com/elevatebart/vue-cli-plugin-template-loader/tree/master/packages/vue-cli-plugin-template-loader#readme)
810

911
## install for contrib
12+
1013
This project uses a monorepo setup that requires using [Yarn](https://yarnpkg.com) because it relies on [Yarn workspaces](https://yarnpkg.com/blog/2017/08/02/introducing-workspaces/).
1114

1215
```bash
@@ -15,6 +18,7 @@ yarn
1518
```
1619

1720
## test the plugin
21+
1822
```bash
1923
yarn test
2024
```

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"workspaces": ["packages/*"],
44
"scripts": {
5-
"test": "node scripts/test.js",
5+
"test": "jest --runInBand",
66
"pretest": "yarn clean",
77
"lint": "eslint --fix packages/**/*.js packages/**/bin/*",
88
"clean": "rimraf test/*"
@@ -12,7 +12,7 @@
1212
},
1313
"jest": {
1414
"testEnvironment": "node",
15-
"setupFiles": ["<rootDir>/scripts/testSetup.js"],
15+
"setupFiles": ["<rootDir>/testSetup.js"],
1616
"testPathIgnorePatterns": ["/template/", "/test/", "/temp/", "/scripts/", ".*.helper.js"]
1717
},
1818
"lint-staged": {

scripts/.eslintrc

Lines changed: 0 additions & 5 deletions
This file was deleted.

scripts/test.js

Lines changed: 0 additions & 29 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)