1.0.6 • Published 6 years ago

learn-programming v1.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

To teach programming for children without difficulty

Before starting

On Mac

brew install yarn
yarn global add learn-programming

Create an application

When we create the app with the nane study, execute the command below.

create-learn-programming-app study

Run the application

Moving to the application directory. In this example, mv study. \ Then execute the command below to run the application.

yarn run dev

We can see the application in a browser requesting to http://localhost:3000 .

Components

Text

attributeformat
color
backgroundColor
fontSize
textAlign

Button

attributeformat
onClick(text in the button) => { }
color
backgroundColor
fontSize
textAlign

RowBlock

attributeformat
color
backgroundColor

ColumnBlock

attributeformat
color
backgroundColor
1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago