Skip to content

Latest commit

 

History

History

@weccoframework/examples

This package contains some examples showing how to build components and apps using @weccoframework/core.

The examples use TypeScript in combination with vite.js.

In order to run the example, start the vite.js dev server with

npm start

This directpry contains three examples: a simple button that counts the number of times it has been clicked and a very simple ToDo app. The button example is provided using two different implementations:

The ToDo app uses the app API.