{"id":13937984,"url":"https://github.com/framework7io/framework7-template-vue-webpack","last_synced_at":"2025-07-20T00:31:34.712Z","repository":{"id":57241402,"uuid":"76962497","full_name":"framework7io/framework7-template-vue-webpack","owner":"framework7io","description":"Deprecated! Framework7 Vue Webpack starter app template with hot-reload \u0026 css extraction","archived":true,"fork":false,"pushed_at":"2019-10-07T09:13:38.000Z","size":258,"stargazers_count":382,"open_issues_count":10,"forks_count":136,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-06-05T23:20:49.481Z","etag":null,"topics":["android","app","framework7","ios","material","mobile","template","vue","vuejs","webpack"],"latest_commit_sha":null,"homepage":"https://framework7.io/vue/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/framework7io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-20T14:18:34.000Z","updated_at":"2025-03-30T13:48:37.000Z","dependencies_parsed_at":"2022-09-08T00:40:48.589Z","dependency_job_id":null,"html_url":"https://github.com/framework7io/framework7-template-vue-webpack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/framework7io/framework7-template-vue-webpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/framework7io%2Fframework7-template-vue-webpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/framework7io%2Fframework7-template-vue-webpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/framework7io%2Fframework7-template-vue-webpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/framework7io%2Fframework7-template-vue-webpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/framework7io","download_url":"https://codeload.github.com/framework7io/framework7-template-vue-webpack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/framework7io%2Fframework7-template-vue-webpack/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265234188,"owners_count":23731909,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","app","framework7","ios","material","mobile","template","vue","vuejs","webpack"],"created_at":"2024-08-07T23:04:08.991Z","updated_at":"2025-07-20T00:31:29.645Z","avatar_url":"https://github.com/framework7io.png","language":"Vue","readme":"# ⛔️ DEPRECATED\n\n\u003cem\u003e**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**\u003c/em\u003e\n\n# Framework7 Vue + Webpack App Template\n\nA full-featured Framework7 Vue with Webpack setup with hot-reload \u0026 css extraction. Based on [Vue Webpack Boilerplate](https://github.com/vuejs-templates/webpack)\n\n## Usage\n\n### 1. Download this repository\n```\ngit clone https://github.com/framework7io/framework7-template-vue-webpack my-app\n```\n\nRepository will be downloaded into `my-app/` folder\n\n### 2. Instal dependencies\n\nGo to the downloaded repository folder and run:\n```\nnpm install\n```\n\nThis will download latest version of Framework7, Framework7-Vue, Vue and required icon fonts (to `/src/fonts/`)\n\n### 3. Run the app\n\n```\nnpm run dev\n```\n\nApp will be opened in browser at `http://localhost:8080/`\n\n### 4. Build app for production\n\n```\nnpm run build\n```\n\nThe output will be at `www/` folder\n\n## Use with cordova\nCordova is not enabled by default, so make sure to remove the comment tags around the `\u003cscript src=\"cordova.js\"\u003e\u003c/script\u003e` line in [projectroot]/src/index.html\n```\n\u003cbody\u003e\n  \u003cdiv id=\"app\"\u003e\u003c/div\u003e\n\n  \u003c!-- Cordova --\u003e\n\n  \u003cscript src=\"cordova.js\"\u003e\u003c/script\u003e\n\n  \u003c!-- built script files will be auto injected --\u003e\n\u003c/body\u003e\n```\nIt will be added during the build process to Android/iOS.\n\nJust put the contents of `www` folder in your cordova's project root `www` folder\n\n## One command install\n\n```\ngit clone https://github.com/framework7io/framework7-template-vue-webpack my-app \u0026\u0026\ncd my-app \u0026\u0026\nnpm install \u0026\u0026\nnpm run dev\n```\n\n## Build Setup\n\n``` bash\n# install dependencies\nnpm install\n\n# serve with hot reload at localhost:8080\nnpm run dev\n\n# build for development\nnpm run build-dev\n\n# build for production with minification\nnpm run build-prod\n```\n\n## Project Structure\n\n* `src/index.html` - main app HTML\n* `src/assets` - folder with static assets (images)\n* `src/components` - folder with custom `.vue` components\n* `src/css` - put custom app CSS styles here. Don't forget to import them in `main.js`\n* `src/pages` - app `.vue` pages\n* `src/app.js` - main app file where you include/import all required libs and init app\n* `src/routes.js` - app routes\n* `src/app.vue` - main app structure/component\n* `/static/` - folder with extra static assets that will be copied into output folder\n","funding_links":[],"categories":["Vue"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fframework7io%2Fframework7-template-vue-webpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fframework7io%2Fframework7-template-vue-webpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fframework7io%2Fframework7-template-vue-webpack/lists"}