Framework7-Vue split view application with degradation to panel
Framewok7 example named split view application with degradation to panel refactoring using Vue.js and Framework7 Vue plugin.
Project is initalised by vue-cli and the webpack-simple template.
Some fixes has been made to the template :
- add meta headers to enable web app support
- change absolute to relative path to dist directory (needed for gh-pages on master feature)
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.