Vue CLI for LG WebOS Project

make easy your LG WebOS Project Using WebOS-Vue CLI


Introduction


First of all, Thank you so much for VueJS framework and LG WebOS Command Line Interfaces. You are awesome!
This CLI is a combinate of VueJS and LG WebOS project, with the aim of making it easier for developers to create LG WebOS applications with the Vue framework

This documentation is to help you, how to use wvue-cli

Requirements

You must install somemany of bellow

  1. Install Vue CLI (npm i -g @vue/cli)
  2. Install LG WebOS CLI

Getting Started #back to top

Install CLI

                    npm i -g @aacassandra/wvue-cli
                

How to Create Project #back to top

Commands

                    wvue create (app-name)
                    wvue create (app-name) (app-domain)
                

Examples

                      wvue create mywebos
                      wvue create mywebos com.mywebos.app
                  

How to Build a Project #back to top

Commands

                    wvue run build
                

How to Create a Package #back to top

Commands

                    wvue run package
                

How to Install a Package #back to top

Commands

                      wvue run installer
                  

How to Launch to Emulator #back to top

Commands

                      wvue run launcher
                  

Copyright & License #back to top

Code released under the MIT License.

For more information about copyright and license check MIT.