# framework7-template-vue-simple **Repository Path**: mirrors_framework7io/framework7-template-vue-simple ## Basic Information - **Project Name**: framework7-template-vue-simple - **Description**: Deprecated! Simple Framework7 Vue starter app template in a single HTML file - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ⛔️ DEPRECATED **This repo is deprecated and not mainted any more. Use [Framework7-CLI](https://framework7.io/cli/) instead. Please, don't open new issues and don't send any PRs to this repository** # Framework7 Vue Template A simple Framework7 Vue setup in a single HTML file This template is targeted at beginners who want to start exploring Framework7 & Vue without the distraction of a complicated development environment. For advanced features such as asset compilation, hot-reload and CSS extraction, we recommend that more experienced developers use [Framework7 Vue Webpack Template](https://github.com/framework7io/framework7-template-vue-webpack) ## Usage ### 1. Download this repository ``` git clone https://github.com/framework7io/framework7-template-vue-simple my-app ``` Repository will be downloaded into `my-app/` folder ### 2. Instal dependencies Go to the downloaded repository folder and run: ``` npm install ``` This will download latest version of Framework7, Framework7-Vue, Vue (to `/www/libs/`) and required icon fonts (to `/www/fonts/`) ### 3. Run the app ``` npm run serve ``` App will be opened in browser at `http://localhost:8080/` ## Use with cordova Just put the contents of `www` folder in your cordova's project root `www` folder ## One command install ``` git clone https://github.com/framework7io/framework7-template-vue-simple my-app && cd my-app && npm install && npm run serve ``` ## Live Preview https://framework7io.github.io/framework7-template-vue-simple/