/vue-framework7-webpack-template

Kick-off a new app with Framework7, VueJS and Webpack

Primary LanguageJavaScript

vue-framework7-webpack-template

A simple template to get started with VueJS + Framework7 + Webpack.

This template only works for Vue 2.0. Older versions like Vue 1.x are not supported!

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:

More information

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