Javascript WYSIWYG HTML editor
SmartEditor2 is a web-based WYSIWYG editor implemented in JavaScript. It offers WYSIWYG mode, HTML editing mode, and text mode, along with features like font size adjustment, line spacing setting, and find/replace functionality to help users easily create content in their desired format. The editor's plugin-based structure allows for easy addition of new features by creating plugins following specific rules.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading
Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.