vue-framework7-webpack-template
vue-framework7-webpack-template copied to clipboard
⛔️ Unmaintained and deprecated! Don't use any more! Instead check official F7 templates: http://framework7.io/templates/
Deprecated
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-loaderwith 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:
- Check out my video screencast.
- Consult the docs for vue-loader.
- Also check out the breaking changes in [email protected].
Issues
If you get "undefined" in your GUI after starting the app, cd to your project folder and do this:
- cd node_modules/framework7-vue
- npm install
- gulp dist
More information
On my blog http://www.timo-ernst.net