1.1.0 • Published 5 years ago

ui-editor v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

What is ui-editor?

ui-editor is user interfaces builder for web. It is actively being maintained. . If you want to get started right away there is a demo and a getting started page Building component with events

Applications

  • Cross framework component code generation.
  • GUI.
  • Concept can be applied to any framework of your team's choice.
  • Hides the framework APIs.
  • Component testability for different states.
  • More refining will allow us to cleanup front end development.

Getting Started

git clone https://github.com/imvetri/ui-editor.git
cd ui-editor
npm i
npm start

Running the tests

npm start
npx cypress open

Demos

To see it in action, do below

npx cypress open

run the first test

Tutorials

How it works

Contributing

Contributions like feature requests, feeback for improvements, ideas are welcome! Feel free to open an issue.

  • Feedback for improvement, Feature requests, Styling. Any ideas you have, share your expectations as a mock via screenshot.

List of files to touch for events

  • src/utilities/codeGenerator/prepareMarkup.js
  • src/utilities/jsxTranspiler/store-events-global/index.js
  • src/Nodes/Index.js
  • src/Events/Index.js

Planned

  • Nested component building.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details

Acknowledgments

  • Open source community members, for making things easier, their efforts made sure that knowledge/information shouldn't be held as property of a company and should be free for access.

Purpose of this project

If you are working as an employee, its important that we stay chill minded. Solve important problems that saves time of developer not just the busines.

  • Make time for yourself at work, if any of your solution saves time for business, that is something you have earned for yourself.

Releases

Project will maintain monthly release after some feedback. This is my first time maintaining an open source project, it would be of great help if you could drop some tips.!