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
|
2020-06-29 11:20:49 +02:00
|
|
|
* event -> command
|
|
|
|
* controller -> view injection
|
2020-05-24 19:02:54 +02:00
|
|
|
|
|
|
|
#### TODO
|
|
|
|
merge with this repo
|
|
|
|
* [ ] history
|
|
|
|
|
|
|
|
add example
|
2020-06-29 00:58:09 +02:00
|
|
|
* [ ] http
|