All Projects → TheMushrr00m → Cordovue

TheMushrr00m / Cordovue

Licence: mit
A sample Apache Cordova application using VueJS.

Projects that are alternatives of or similar to Cordovue

Vue Project
基于vue-cli构建的财务后台管理系统(vue2+vuex+axios+vue-router+element-ui+echarts+websocket+vue-i18n)
Stars: ✭ 301 (+356.06%)
Mutual labels:  webpack, vuex, vue-components, vuejs2, vue-router
Vue Objccn
🔥 Use Vue.js to develop a cross-platform full stack application / 用 Vue.js 开发的跨三端应用
Stars: ✭ 1,993 (+2919.7%)
Mutual labels:  vuex, cordova, vue-components, vuejs2, vue-router
Cordova Template Framework7 Vue Webpack
Framework7 - Vue - Webpack Cordova Template with Webpack Dev Server and Hot Module Replacement
Stars: ✭ 630 (+854.55%)
Mutual labels:  webpack, phonegap, vuex, cordova, vuejs2
Vue Spa Project
vue.js + vuex + vue-router + fetch + element-ui + es6 + webpack + mock 纯前端SPA项目开发实践
Stars: ✭ 118 (+78.79%)
Mutual labels:  webpack, eslint, vuex, vue-router
Vue Music Player
🎵Vue.js写一个音乐播放器+📖One(一个).A music player + One by Vue.js
Stars: ✭ 729 (+1004.55%)
Mutual labels:  webpack, vuex, vuejs2, vue-router
Vuedemo sell eleme
ele by vue2.x 🐧
Stars: ✭ 1,349 (+1943.94%)
Mutual labels:  webpack, eslint, vuex, vue-router
Vue2 Demo
Vue 基于 Genesis + TS + Vuex 实现的 SSR demo
Stars: ✭ 2,072 (+3039.39%)
Mutual labels:  webpack, vuex, vuejs2, vue-router
Manhuaren
vue2.0全家桶,仿漫画人官网(移动端)
Stars: ✭ 18 (-72.73%)
Mutual labels:  webpack, vuex, vuejs2, vue-router
Awesome Vue Cli3 Example
🦅 Awesome example for rapid Vue.js development using vue-cli3 .
Stars: ✭ 160 (+142.42%)
Mutual labels:  webpack, eslint, vuex, vue-router
Vue Cnode
🔥Vue.js打造一个开源的CNode社区。CNode by Vue.js
Stars: ✭ 249 (+277.27%)
Mutual labels:  webpack, vuex, vuejs2, vue-router
Vue Cnodejs
基于vue.js重写Cnodejs.org社区的webapp
Stars: ✭ 3,065 (+4543.94%)
Mutual labels:  webpack, vue-components, vuejs2, vue-router
Vue Cnode
基于vue2 + vue-router + vuet + ES6 + less + flex.css重写vue版cnode社区,使用webpack2打包
Stars: ✭ 1,134 (+1618.18%)
Mutual labels:  vuex, vue-components, vuejs2, vue-router
Vuemmerce
👉 Responsive ecommerce template 🛒 built with Vue.js and Nuxt.js
Stars: ✭ 223 (+237.88%)
Mutual labels:  vuex, vue-components, vuejs2, vue-router
Vue Meteor
🌠 Vue first-class integration in Meteor
Stars: ✭ 893 (+1253.03%)
Mutual labels:  vuex, vue-components, vuejs2, vue-router
Vue Home
🏠 A simple project(Vue Community SPA) which bases on vue+vue-cli+vue-router+axios+ scss.
Stars: ✭ 256 (+287.88%)
Mutual labels:  webpack, vuex, vuejs2, vue-router
Dashboard
A dashboard scaffolding based on Vue.js 3.0 created by Vite.
Stars: ✭ 497 (+653.03%)
Mutual labels:  webpack, vuex, vuejs2, vue-router
Vue Web Extension
🛠️ A Vue CLI 3+ preset (previously a Vue CLI 2 boilerplate) for quickly starting a web extension with Vue, Babel, ESLint and more!
Stars: ✭ 1,147 (+1637.88%)
Mutual labels:  webpack, eslint, vuex, vue-router
Vue Ts Daily
基于vue、Typescript、pwa的一款习惯养成app
Stars: ✭ 735 (+1013.64%)
Mutual labels:  vuex, vuejs2, vue-router
Vue2 Study
vue 的webpack配置,按需加载,element-ui,vuex
Stars: ✭ 16 (-75.76%)
Mutual labels:  webpack, vuex, vue-router
Vue Admin Webapp
this is a admin project
Stars: ✭ 673 (+919.7%)
Mutual labels:  webpack, vuex, vue-router

CordoVue

A simple apache cordova sample project using Vue, Vuex, Vue-router, ESLint and Webpack.

Getting Started

Prerequisites

To use this you'll need Node.js v6 or newer.

Installation

via Github

$ git clone https://github.com/TheMushrr00m/cordovue.git MyAwesomeApp
$ cd MyAwesomeApp
$ yarn install
$ yarn build
$ yarn android
$ yarn ios

As simple as that!!

Route: '/' Cordovue app

Route: '/#/about' Cordovue app

Please, change MyAwesomeApp with your folder name.
Then, you can open the app in your browser by visiting localhost:8888

What's included

  • yarn dev: Webpack config for source map & hot-reload.
  • yarn build: Production build with HTML/CSS/JS minification.
  • yarn prepare [ ios | android ]: Set the platform. Example (yarn prepare -- android).
  • yarn [ ios | android ]: Run in the iOS simulator / Android emulator. (Running in another terminal). Or physical device.
  • yarn compile [ ios | android ]: Build the app for the specified platform. Example (yarn compile -- ios). (Coming soon).
  • yarn clean: Clean the platforms/ and dist/ folders. (Coming soon)

Tutorials

Presenting Cordovue - Spanish

TO-DO

  • Tests (is it necessary?).

License

MIT. Copyright (c) 2017 Gabriel Cueto <@Mushr00m_Dev>. Modified by @eugenioclrc

Credits

Created with ❤️ in Cancún 😎

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].