Skip to content

Latest commit

 

History

History

todo-minimal

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Bau.js TODO list

A minimal Bau.js todo list.

This example shows how to use a state containing an array, and how to use bind to render an array .

Workflow

Install the dependencies:

npm install

Start a development server:

npm run dev

Build a production version:

npm run build