Skip to content

Commit 2bacc3c

Browse files
committed
Removed vuejs from the project
1 parent 02dc315 commit 2bacc3c

6 files changed

Lines changed: 64 additions & 161 deletions

File tree

package-lock.json

Lines changed: 58 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,16 @@
1717
"devDependencies": {
1818
"livereload": "^0.9.1",
1919
"npm-run-all": "^4.1.5",
20-
"sass": "^1.26.9",
21-
"webpack": "^4.43.0",
20+
"sass": "^1.26.10",
21+
"webpack": "^4.44.0",
2222
"webpack-cli": "^3.3.12"
2323
},
2424
"dependencies": {
2525
"clipboard": "^2.0.6",
26-
"codemirror": "^5.55.0",
27-
"dropzone": "^5.7.1",
26+
"codemirror": "^5.56.0",
27+
"dropzone": "^5.7.2",
2828
"markdown-it": "^11.0.0",
2929
"markdown-it-task-lists": "^2.1.1",
30-
"sortablejs": "^1.10.2",
31-
"vue": "^2.6.11"
32-
},
33-
"browser": {
34-
"vue": "vue/dist/vue.common.js"
30+
"sortablejs": "^1.10.2"
3531
}
3632
}

readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ These are the great open-source projects used to help build BookStack:
157157
* [Laravel](http://laravel.com/)
158158
* [TinyMCE](https://www.tinymce.com/)
159159
* [CodeMirror](https://codemirror.net)
160-
* [Vue.js](http://vuejs.org/)
161160
* [Sortable](https://github.com/SortableJS/Sortable)
162161
* [Google Material Icons](https://material.io/icons/)
163162
* [Dropzone.js](http://www.dropzonejs.com/)

resources/js/index.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ const translator = new Translations();
2020
window.trans = translator.get.bind(translator);
2121
window.trans_choice = translator.getPlural.bind(translator);
2222

23-
// Make services available to Vue instances
24-
import Vue from "vue"
25-
Vue.prototype.$http = httpInstance;
26-
Vue.prototype.$events = eventManager;
27-
28-
// Load Vues and components
29-
import vues from "./vues/vues"
23+
// Load Components
3024
import components from "./components"
31-
vues();
3225
components();

resources/js/vues/components/dropzone.js

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

resources/js/vues/vues.js

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

0 commit comments

Comments
 (0)