diff --git a/documentation/static/img/vue.jpeg b/documentation/static/img/vue.jpeg
new file mode 100644
index 0000000..727e797
Binary files /dev/null and b/documentation/static/img/vue.jpeg differ
diff --git a/documentation/versioned_docs/version-1.9.x/vue-javascript.md b/documentation/versioned_docs/version-1.9.x/vue-javascript.md
new file mode 100644
index 0000000..395415c
--- /dev/null
+++ b/documentation/versioned_docs/version-1.9.x/vue-javascript.md
@@ -0,0 +1,75 @@
+---
+id: version-1.9.x-Vue-JS
+title: Vue-JS
+original_id: Vue-JS
+---
+Below are Quicksi Vue-JS starters and dependencies.
+
+
+
+[](https://github.com/AnayoOleru/quicksi/issues)
+
+## vue-js-webpack
+[](http://hits.dwyl.com/AnayoOleru/quicksi/tree/master/templates/javascript/vue-js/vue-js-webpack)
+
+
+Start an AngularJS (1.x) using Webpack (2.x) already setup for you. Complete, yet simple and generic.
+
+```bash
+# starter dependencies
+ "dependencies": {
+ "angular": "^1.7.0"
+ },
+ "devDependencies": {
+ "ajv": "^6.4.0",
+ "angular-mocks": "^1.7.0",
+ "autoprefixer": "^8.4.1",
+ "babel-core": "^6.26.3",
+ "babel-loader": "^7.1.4",
+ "babel-preset-es2015": "^6.1.18",
+ "clean-webpack-plugin": "^2.0.2",
+ "copy-webpack-plugin": "^4.5.1",
+ "css-loader": "^0.28.11",
+ "extract-text-webpack-plugin": "2.0.0-beta.5",
+ "file-loader": "^1.1.11",
+ "html-webpack-plugin": "^3.2.0",
+ "istanbul-instrumenter-loader": "^3.0.1",
+ "jasmine-core": "^3.1.0",
+ "karma": "^2.0.2",
+ "karma-coverage": "^1.0.0",
+ "karma-jasmine": "^1.0.2",
+ "karma-phantomjs-launcher": "^1.0.0",
+ "karma-sourcemap-loader": "^0.3.7",
+ "karma-spec-reporter": "^0.0.32",
+ "karma-webpack": "^3.0.0",
+ "node-libs-browser": "^2.1.0",
+ "null-loader": "^0.1.1",
+ "phantomjs-prebuilt": "^2.1.4",
+ "postcss-loader": "^2.1.5",
+ "raw-loader": "^0.5.1",
+ "style-loader": "^0.21.0",
+ "webpack": "^2.7.0",
+ "webpack-dev-server": "^2.11.2"
+ }
+```
+
+### Features
+- No gulp and no grunt, just npm scripts.
+- `ES6`, and `ES7` support with babel.
+- Source maps included in all builds.
+- Development server with live reload.
+- Production builds with cache busting.
+- Testing environment using karma to run tests and jasmine as the framework.
+- Code coverage when tests are run.
+
+
+*View Code Structure*
+[View here](https://github.com/AnayoOleru/quicksi/tree/master/templates/javascript/vue-js/vue-js-webpack)
+
+***starter name***
+
+```bash
+# starter name
+
+ vue-js-webpack
+```
diff --git a/documentation/versioned_sidebars/version-1.9.x-sidebars.json b/documentation/versioned_sidebars/version-1.9.x-sidebars.json
index 83f2944..a1b971c 100644
--- a/documentation/versioned_sidebars/version-1.9.x-sidebars.json
+++ b/documentation/versioned_sidebars/version-1.9.x-sidebars.json
@@ -10,7 +10,8 @@
"version-1.9.x-Node-JS",
"version-1.9.x-React-Native-JS",
"version-1.9.x-React-Native-JS-Expo",
- "version-1.9.x-FullStack-JavaScript"
+ "version-1.9.x-FullStack-JavaScript",
+ "version-1.9.x-Vue-JS"
],
"TypeScript": [
"version-1.9.x-React-TS",
diff --git a/src/index.ts b/src/index.ts
index ad31b89..55e24e0 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -70,8 +70,12 @@ const ANGULARJS = fs.readdirSync(
path.join(__dirname, "templates/javascript/angular-js")
);
-// FILE PATH END
+// file path for Vue JS
+const VUEJS = fs.readdirSync(
+ path.join(__dirname, "templates/javascript/vue-js")
+);
+// FILE PATH END
// QUESTIONS START
@@ -79,7 +83,8 @@ const QUESTIONS: Array