Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Latest commit

 

History

History

wecco examples

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

The example uses TypeScript in combination with vite.js to power a simple app.

In order to run the example, make sure you have run

npm run build

in the parent directory prior to running

npm i
npm start

from inside the example directory.

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.