This repository contains code samples that will help you get started with app/service development for webOS Open Source Edition (OSE).
webOS OSE 2.5.0 or higher
The directories include code samples for tutorials on webOS OSE website.
Samples for the following app/service types are provided:
- Web apps
- Built-in web app
- JS services
- Built-in JS service
- QML apps
- Built-in QML app
- Native apps
- Downloadable native app
- Built-in native app
- Native services
- Downloadable native service
- Built-in native service
Note: All built-in type apps and services include build-config
directory. Each of the files under this directory must be copied to another location below build-webos
directory as described in the tutorials.
Note: The code for the following app/service types is generated by webOS OSE CLI tool, so it's not provided in this repository.
- Downloadable web app
- Downloadable JS service
- Downloadable QML app
Clone the repository and cd
into the cloned directory.
$ git clone https://github.com/webosose/samples.git
$ cd samples
Visit the corresponding tutorial page for your app/service type and follow the documentation.
Unless otherwise specified, all content, including all source code files and documentation files in this repository are:
Copyright (c) 2020-2024 LG Electronics, Inc.
All content, including all source code files and documentation files in this repository except otherwise noted are:
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
SPDX-License-Identifier: Apache-2.0