valnub / Framework7-Vue-Webpack-Template

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • VueJS 2.x or higher

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Project Structure

  • src/assets - folder with static assets (images)
  • src/components - folder with custom .vue components
  • src/css - put custom app CSS styles here. Don't forget to import them in main.js
  • src/pages - app .vue pages
  • src/main.js - main app file where you include/import all required libs and init app
  • src/routes.js - app routes
  • src/app.vue - main app structure/component

About

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

License:MIT License


Languages

Language:JavaScript 54.8%Language:Vue 43.3%Language:HTML 1.7%Language:CSS 0.2%