We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit d714dbbCopy full SHA for d714dbb
package.json
@@ -0,0 +1,27 @@
1
+{
2
+ "name": "vue-cli-plugin-coffee",
3
+ "version": "0.1.0",
4
+ "description": "CoffeeScript2 support for your @vue/cli project",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/cxsper/vue-cli-plugin-coffee.git"
12
13
+ "keywords": [
14
+ "CoffeeScript2",
15
+ "\"vue-cli\"",
16
+ "\"vue\"",
17
+ "\"vuejs\"",
18
+ "CoffeeScript",
19
+ "coffee"
20
+ ],
21
+ "author": "ilovewindows96@gmail.com",
22
+ "license": "ISC",
23
+ "bugs": {
24
+ "url": "https://github.com/cxsper/vue-cli-plugin-coffee/issues"
25
26
+ "homepage": "https://github.com/cxsper/vue-cli-plugin-coffee#readme"
27
+}
0 commit comments