You can start your new cordova project perfectly with this template.
This template uses:
For live-reload i can't find easy way to do fixed version of this. But you can develop your app with this way:
cordova platform add ios browser
(browser needs for development in live-reload mode.)cordova run ios -- --lr
(wait till app opens in your ios emulator or phone. it will close console output after publish, so live-reload will not work. don't close the app and go to next step.)cordova run browser -- --lr
(you can use live-reload in your phone-emulator and browser at same time. you can edit your files in live-reload mode now.)Hooks are smart. They can fix some problems for you. Fix list:
npm install
Automatically checks node js dependencies.package.json
Renames name
variable if it has a space characters and auto saves. (It needed for npm install)www
Automatically manages www
folder. You don't need to think about www folder. Your target is always src
folder.static
Static assets automatically sync on live reload!CordovaHtmlOutputPlugin
Automatically adds cordova.js
to html. You don't need to add to your file manually. It's helpful for webpack.manifest.json
Some cordova plugins needs manifest.json in root folder. If you add manifest.json file to your src
folder, our smart hooks automagically copy it to www
folder!config.xml
Live reload needs <allow-navigation href="*"/>
in development mode. So our smart hooks manages this too. You don't need to think about it.live-reload
Manages live-reload dependencies automatically. Just write your code, and don't think about dependencies.device_router.html
Smart router in live-reload mode. It searches for best available ip for connect server. if it can't find, you can write ip:port manually.CordovaDeviceRouter.js
In live-reload mode, you can connect to server from multiple devices. This file inject right cordova.js
file to page. So you can connect to webpack-dev-server from multiple devices at same time.This template need cordova or phonegap, for more information cordova installation or phonegap installation.
Our Magic words:
cordova create <project_create_dir> [com.example.projectname] [ProjectClassName] --template cordova-template-framework7-vue-webpack
phonegap create <project_create_dir> [com.example.projectname] [ProjectClassName] --template cordova-template-framework7-vue-webpack
boom!
Framework v5 version
cordova create cordova-template com.template DefaultTemplate --template git://github.com/caiobiodere/cordova-template-framework7-vue-webpack.git#master
Framework Single View v5 version
Still under development
Framework Tabbed Views v5 version
Still under development
Framework Split View v5 version
Still under development
Framework v3 version
cordova create cordova-template com.template DefaultTemplate --template git://github.com/caiobiodere/cordova-template-framework7-vue-webpack.git#feature/v3-default-template
You can use every cordova | phonegap commands.You just have one more command option: -- --lr
. It starts live reload.
Example usage:
cordova run android -- --lr
cordova run browser -- --live-reload
phonegap run ios -- --lr
And
We can use Microsoft Cordova-Simulate using:
You can check:
for more information.
解决 clean-webpack-plugin www has been removed 问题 问题 使用 cordova 打包的时候,出现了下面问题: Error happened when webpack build: Error: Command failed: xxx --env.release clean-webpack-plugin: www has been removed. 之前
awesome-github-vue 是由OpenDigg整理并维护的Vue相关开源项目库集合。我们会定期同步OpenDigg上的项目到这里,也欢迎各位提交项目给我们。 如果收录的项目有错误,可以通过issue反馈给我们。这里的项目Star数不是实时更新的,一般是一周更新一次。 内容 UI组件 开发框架 实用库 服务端 辅助工具 应用实例 Demo示例 UI组件 element ★13489 -
Vue.js 的目标是通过尽可能简单的 API 实现响应的数据绑定和组合的视图组件特别整理了常用的vue插件,方便查找使用,便于工作和学习。很全的vue插件汇总。 一、UI组件及框架 element - 饿了么出品的Vue2的web UI工具套件 mint-ui - Vue 2的移动UI元素 iview - 基于 Vuejs 的开源 UI 组件库 Keen-UI - 轻量级的基本UI组件合集 vu
一、安装好基础环境 环境包括: Android Studio JDK 8 node.js cordova 安装完成以下,记得重启电脑,不然会出现一系列的问题。 二、下载模板 执行以下语句: cordova create [Path] [ID] [Name] --template cordova-template-framework7-vue-webpack Path:项目路径,如D:\Work\M
框架: element - 饿了么出品的Vue2的web UI工具套件 mint-ui - Vue 2的移动UI元素 iview - 基于 Vuejs 的开源 UI 组件库 Keen-UI - 轻量级的基本UI组件合集 vue-material - 通过Vue Material和Vue 2建立精美的app应用 muse-ui - 三端样式一致的响应式 UI 库 vuetify - 为移动而生的Vu
Vue开源项目库汇总 转自: http://www.cnblogs.com/8899man/p/6514212.html 最近做了一个Vue开源项目库汇总,里面集合了OpenDigg 上的优质的Vue开源项目库,方便移动开发人员便捷的找到自己需要的项目工具等,感兴趣的可以到GitHub上给个star。 http://www.cnblogs.com/opendigg/p/6513510.html
原文地址:http://www.cnblogs.com/opendigg/p/6513510.html UI组件 element ★9305 - 饿了么出品的Vue2的web UI工具套件 Vux ★6802 - 基于Vue和WeUI的组件库 mint-ui ★4776 - Vue 2的移动UI元素 iview ★4458 - 基于 Vuejs 的开源 UI 组件库 Keen-UI ★2363 -
在线预览 更新日志 相关依赖 vue-router iview axios vuex 功能 登录页 一周七天自动切换不同的壁纸(建议自己配置) 标签栏 点击标签切换页面 刷新当前标签页 关闭其他标签/关闭所有标签 注意: 组件的名称和路由的名称一定要一致,例如 Home.vue 组件名称 name: home,则在路由文件中也要给它设置为 name: home,否则页面内容不能缓存 // 在r
jekyll-vue-template A Jekyll project template that uses Vue.js single file components complete with webpack bundling and optimizations. Overview jekyll-vue-template is an opinionated, but minimal boil
wemake-vue-template Bleeding edge vue template focused on code quality and developer happiness. This project is used to scaffold new Vue project structure. Demo https://wemake-vue-demo.herokuapp.com/
Koa Vue SSR Template This template built with Vue 2.x, vue-router & vuex with server-side rendering by koa. Screenshot Build Setup Requires Node.js 7+ # install dependenciesnpm install # or yarn insta
DEPRECATED We are deprecating this template in favor of the webpack one. Some things may have changed and I haven't tested this template in a while. Check the Groceries Vue app for an example of a wor
Framework7 或者叫 F7 是全功能的绑定 iOS 7 应用的 HTML 框架。Framework7 是免费开源的 HTML 移动端框架,用来开发混合移动端应用或者 iOS 7 的 Web 应用,并且带有 iOS 7 的原生外观和感觉。Framework7 也是独立的原型应用工具。 Framework7 使用 Javascript,CSS 和 HTML 来创建 iOS 7 应用,支持多个平