phonegap / phonegap-template-vue-f7-split-panel

A Split View PhoneGap template using Vue.js and Framework7 that degrades to a Panel View on smaller devices
Apache License 2.0
17 stars 10 forks source link

Move index.html to ./src #5

Closed devgeeks closed 7 years ago

devgeeks commented 7 years ago

To avoid confusion, we should move the index.html file that is used to build the final index.html from the root of the project to the src folder. This file is a src file in that it is the one that can be edited, then is used to generate the one in the www folder for use in Cordova.

florianwalter commented 6 years ago

Was this change undone on purpose? (https://github.com/phonegap/phonegap-template-vue-f7-split-panel/commit/8b025bcea1c47bafae4556b1a4d1030e25dd5fd5#diff-d43cc70836893bbbf5ebb598b38ddf42)