0.0.0-2fb192c • Published 6 years ago
webin v0.0.0-2fb192c
webin
Yet another way to build web app
TypeScript . React/Redux . Sass
npm i -g webin
script
<root>/App.tsx will auto load when exists
router
store
<root>/store.ts will auto load when exists
style
<root>/style.scss will auto load when exists
root css variables
If <root>/style.json provide, inject the root selector to entrypoint and transform to json data to css properties. Like:
{
"color-primary": "lightblue"
}Will transform to:
:root {
--color-primary: lightblue;
}themes
light/dark theme
[{
"name": "light",
"vars": {
"color-primary": "white"
}
},{
"name": "dark",
"vars": {
"color-primary": "black"
}
}]Or short for:
[{
"color-primary": "white"
},{
"color-primary": "black"
}]multi themes
[{
"name": "red",
"vars": {
"color-primary": "red"
}
},{
"name": "blue",
"vars": {
"color-primary": "blue"
}
}]cli
0.0.0-a1e6720
6 years ago
0.0.0-252b1b7
6 years ago
0.0.0-bc154e9
6 years ago
0.0.0-160db4d
6 years ago
0.0.0-1f7beb7
6 years ago
0.0.0-f890a80
6 years ago
0.0.0-ad582fe
6 years ago
0.0.0-34e0fbf
6 years ago
0.0.0-bcd325a
6 years ago
0.0.0-2fb192c
6 years ago
0.0.0-9e63398
6 years ago
0.0.0-1e60be2
6 years ago
0.0.0-3878fe2
6 years ago
0.0.0-10466aa
6 years ago
0.0.0-02a1c12
6 years ago
0.0.0-d1c49c6
6 years ago
0.0.0-f52a261
6 years ago
0.0.0-2d9403d
6 years ago
0.0.0-0
6 years ago
0.0.0
6 years ago