1.0.6 • Published 7 years ago

learn-programming v1.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago