Skip to content

⛔️ Unmaintained and deprecated! Don't use any more! Instead check official F7 templates: http://framework7.io/templates/

Notifications You must be signed in to change notification settings

valnub/vue-framework7-webpack-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 

Repository files navigation

Deprecated

No Maintenance Intended

This repo is not mainted any more. It is very old, so please be aware that it will only work for Framework7 1.x! If you want the latest official up-to-date templates check the Framework7.io website!

Compatibility

  • Framework7 v1: yes
  • Framework7 v2: no
  • VueJS 2.x (or higher): yes

Usage

This is a project template for vue-cli.

Replace my-project with the name of your project!

$ npm install -g vue-cli
$ vue init valnub/vue-framework7-webpack-template my-project
$ cd my-project
$ npm install
$ npm run dev

What's Included

  • npm run dev: Webpack + vue-loader with proper config for source maps & hot-reload.
  • npm run build: build with HTML/CSS/JS minification.
  • Ready-to-use Framework7 plugin and example code

For detailed explanation on how things work:

Issues

If you get "undefined" in your GUI after starting the app, cd to your project folder and do this:

  1. cd node_modules/framework7-vue
  2. npm install
  3. gulp dist

More information

On my blog http://www.timo-ernst.net

About

⛔️ Unmaintained and deprecated! Don't use any more! Instead check official F7 templates: http://framework7.io/templates/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.0%
  • Vue 39.6%
  • HTML 17.4%