Gramateria a drag and drop web builder which is built with GrapesJS but with a different look, blocks and components. And v1.0.6 is using Bootstrap 5, can generate a Desktop app with ElectronJS and can deploy to Netlify.
Gramateria v1.0.6 is a re-rewritten version that changed many features and code.
Although I have stopped developing this app for a while, there are still many users and I feel a little bad because of my old/dirty codes. So I decided to refactor the codes and add some features to be more useful for developers and non-developers in this v1.0.6.
npm install
npm start
npm run dev
npm run watch
npm run prod
npm run pack
Check export
folder after running npm run pack
command.
- Change electron-packager to electron-builder
- Change Materialize CSS to Bootstrap 5
- Upgrade Grapesjs to v0.17.19 (latest version)
- Added Nelify deployment
- Messy codes to modular code
- Added laravel mix for script compling
- Added new blocks
- Add Notyf for toast messages
- Remove Gapesjs export plugin
- Remove dashboard version in v1.0.4 which was built with vue.js, element UI and firebase. reason of removing dashboard
Because making Gramateria to compatible with Vue, ElementUI and Firebase versions is not an easy task for me. And I want to keep Gramateria as a desktop based app.
- Add more blocks
- Change icons for section blocks
- Make it available for linux and window.
- Add more SEO tags
- Build multiple pages
- Improve UI
- Grapesjs Grapes JS
- Bootstrap 5 Bootstrap 5
- Electron JS Electron JS
Show your support by 🌟 the project, thanks.