Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vbilopav/vbjs-todo

todo example for vbjs framework
https://github.com/vbilopav/vbjs-todo

demo framework javascript todo

Last synced: about 1 month ago
JSON representation

todo example for vbjs framework

Awesome Lists containing this project

README

        

# vbjs-todo

Inspired by "same app, different framework" series of articles to demonstrate usage and simplicity of [vbjs](https://github.com/vbilopav/vbjs/tree/master/src/vbjs) JavaScript framework.

Articles are available [here](https://medium.com/javascript-in-plain-english/i-created-the-exact-same-app-in-react-and-vue-here-are-the-differences-e9a1ae8077fd) and [here](https://medium.com/javascript-in-plain-english/i-created-the-exact-same-app-in-react-and-vue-part-2-angular-39b1aa289878).

Contains two separate "todo" demo applications:

- **template-demo** - todo app implemented with html templates

- **module-demo** - todo app implemented with JavaScript modules

## running examples

1) Clone this repo:
```
git clone https://github.com/vbilopav/vbjs-todo.git
```

2) Install required dependency:
```
npm install
```

2) Navigate to desired demo **template-demo** or **module-demo**
```
cd template-demo
```
or
```
cd module-demo
```

4) Run local web server of choice, for example:
```
http-server -o
```

## Further info

Go to vbjs repo and give it a like, star or comment.

Support this work on Patreon:

[![Patreon](https://img.shields.io/badge/DONATE-ME-green.svg?longCache=true&style=for-the-badge)](https://www.patreon.com/vbilopav)