Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vbilopav/vbjs-todo
- Owner: vbilopav
- Created: 2018-09-11T13:18:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-08T06:52:53.000Z (over 6 years ago)
- Last Synced: 2024-10-25T04:43:25.559Z (3 months ago)
- Topics: demo, framework, javascript, todo
- Language: HTML
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)