|
|
|
|
|
by raphael-gold
1942 days ago
|
|
To start with Stackbit I believe you need to start with one of their themes and stackbit would be added on top of it. While you can start from a blank page in our tool. In their editor, the customization possibilities are limited in no-code compared to a comprehensive no-code website builder. |
|
And they have a full online code editor in their visual editor. Nothing no-code about it.
It looks to me like you guys are just TinaCMS for Vue instead of React.
Not trying to be a dick. Just trying to share the truth.
TinaCMS import { InlineForm, InlineText } from 'react-tinacms-inline' return ( <InlineForm form={form}> <h1> <InlineText name="title" /> </h1> </InlineForm> )
weweb <wwLayout path="cards" direction="row" class="cards"> <template v-slot="{ item }"> <wwLayoutItem class="card"> <wwObject v-bind="item"> </wwLayoutItem> </template> </wwLayout>