WebOS-Vue CLI
Make Easy Your LG WebOS Project Using WebOS-Vue CLI. For more documentations
readIntroductions
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
Requirements
You must install somemany of bellow
* Install Vue CLI (npm i -g @vue/cli)
* Install LG WebOS CLI, visit more about installation
LG WebOS InstallationGetting Started
Install CLI
``
npm i -g @aacassandra/wvue-cli
`
Commands
Creating Project
`
wvue create myapp
wvue create myapp com.myapp.app
`
Build a Project
`
wvue run build
`
Creating a Package
`
wvue run package
`
Installing a Package
`
wvue run installer
`
Launching a Package
`
wvue run launcher
``
Code released under the MIT License.
For more information about copyright and license check MIT.