2020-05-24 19:02:54 +02:00
|
|
|
huh ?
|
|
|
|
====
|
|
|
|
|
2020-06-29 00:58:09 +02:00
|
|
|
#### Minimalistic jsx like syntax framework
|
|
|
|
go to example/parcel-babel
|
2020-05-24 19:02:54 +02:00
|
|
|
```
|
2020-06-29 00:58:09 +02:00
|
|
|
npm run build
|
|
|
|
```
|
2020-05-24 19:02:54 +02:00
|
|
|
|
2020-06-29 00:58:09 +02:00
|
|
|
#### Features
|
|
|
|
* jsx syntax
|
|
|
|
* i18n
|
|
|
|
* event -> command
|
2020-05-24 19:02:54 +02:00
|
|
|
|
|
|
|
#### TODO
|
|
|
|
merge with this repo
|
|
|
|
* [ ] history
|
2020-06-29 00:58:09 +02:00
|
|
|
* [ ] model -> controller to view injection
|
2020-05-24 19:02:54 +02:00
|
|
|
|
|
|
|
add example
|
2020-06-29 00:58:09 +02:00
|
|
|
* [ ] http
|