Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Free Programming Books Zh_cn | 104,527 | a month ago | 30 | gpl-3.0 | ||||||
:books: 免费的计算机编程类中文书籍,欢迎投稿 | ||||||||||
Storybook | 80,435 | 7,289 | 21,476 | a day ago | 1,108 | September 14, 2022 | 1,823 | mit | TypeScript | |
Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation. | ||||||||||
Ionic Framework | 49,491 | 2,759 | 427 | 19 hours ago | 2,170 | July 31, 2023 | 435 | mit | TypeScript | |
A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript. | ||||||||||
Prettier | 46,666 | 184,190 | 225,830 | a day ago | 139 | July 05, 2023 | 1,246 | mit | JavaScript | |
Prettier is an opinionated code formatter. | ||||||||||
30 Days Of Javascript | 38,530 | 18 hours ago | 1 | January 19, 2022 | 326 | JavaScript | ||||
30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw | ||||||||||
Sheetjs | 33,584 | 4,379 | 3,816 | 2 months ago | 170 | March 24, 2022 | 129 | apache-2.0 | JavaScript | |
📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs | ||||||||||
Nativescript | 22,979 | 2,619 | 1,110 | 5 days ago | 1,908 | September 28, 2021 | 875 | mit | TypeScript | |
⚡ Empowering JavaScript with native platform APIs. ✨ Best of all worlds (TypeScript, Swift, Objective C, Kotlin, Java). Use what you love ❤️ Angular, Capacitor, Ionic, React, Solid, Svelte, Vue with: SwiftUI, Jetpack Compose, Flutter and you name it compatible. | ||||||||||
Handsontable | 18,280 | 362 | 222 | 4 days ago | 222 | July 31, 2023 | 445 | other | JavaScript | |
JavaScript data grid with a spreadsheet look & feel. Works with React, Angular, and Vue. Supported by the Handsontable team ⚡ | ||||||||||
Javascript Interview Questions | 17,945 | 2 days ago | 1 | JavaScript | ||||||
List of 1000 JavaScript Interview Questions | ||||||||||
Wails | 17,643 | 49 | 19 hours ago | 245 | May 16, 2023 | 195 | mit | Go | ||
Create beautiful applications using Go |
Complex forms in the blink of an eye
Please see the official JSON Forms website, jsonforms.io, for documentation, examples and API references.
git clone https://github.com/eclipsesource/jsonforms-react-seed.git
npm ci
npm run start
For more info about the seed app, please see the corresponding README file of the seed repo. For a more detailed tutorial about the usage of JSON Forms, please see this tutorial.
If you encounter any problems feel free to open an issue on the repo. For questions and discussions please use the JSON Forms board. You can also reach us via email. In addition, EclipseSource also offers professional support for JSON Forms.
See our migration guide when updating JSON Forms.
pnpm i --frozen-lockfile
As an alternative to the first time setup, you can use the provided VS Code dev container configured in devcontainer.json.
Remote Containers: Reopen in container
Note: If you have installed dependencies before opening the remote container, its initialization might fail.
In this case, you can try to clean the repository with git clean -dfx
. Beware that this removes all untracked files!
pnpm run build
pnpm run test
dist
folder of all packages): pnpm run clean
cd packages/vanilla && pnpm run dev
cd packages/material && pnpm run dev
cd packages/angular-material && pnpm run dev
cd packages/vue-vanilla && pnpm run serve
For more info about how we handle dependencies and releases in the JSON Forms project, please see our Developer Documentation wiki page.
The JSON Forms project is built and tested via Github actions on Linux, Mac and Windows. Coverage is documented by Coveralls.
The JSON Forms project is licensed under the MIT License. See the LICENSE file for more information.