Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.16 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.16 KB

f7-split-view-panel

Framework7-Vue split view application with degradation to panel

Working demo on gh-pages

Description

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)

Build Setup

# 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.