You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -51,9 +51,9 @@ resource routing.
51
51
52
52
#### Client Application
53
53
54
-
A simple Flask view is used to serve the entry point into the Vue application at the root endpoint `/`
55
-
The template uses vue-cli 3 and assumes Vue.js & Webpack will manage front-end resources and assets, so it does overwrite template delimiter - it serves static
56
-
files as generated by vuecli + webpack
54
+
A Flask view is used to serve the `index.html` as an entry point into the Vue app at the endpoint `/`.
55
+
56
+
The template uses vue-cli 3 and assumes Vue Cli & Webpack will manage front-end resources and assets, so it does overwrite template delimiter.
57
57
58
58
The Vue instance is preconfigured with Filters, Vue-Router, Vuex; each of these can easilly removed if they are not desired.
0 commit comments