Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spurte/spurte
Spurte: Powerful, Modern and Easy-To-Use Frontend Tooling for Dart Projects.
https://github.com/spurte/spurte
dart dart-web frontend spurte
Last synced: 19 days ago
JSON representation
Spurte: Powerful, Modern and Easy-To-Use Frontend Tooling for Dart Projects.
- Host: GitHub
- URL: https://github.com/spurte/spurte
- Owner: spurte
- License: mit
- Created: 2024-07-19T02:21:24.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-12T14:55:02.000Z (25 days ago)
- Last Synced: 2024-12-12T15:39:52.244Z (25 days ago)
- Topics: dart, dart-web, frontend, spurte
- Language: Dart
- Homepage: https://spurte.github.io
- Size: 177 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# Spurte
Spurte is next-generation modern frontend tooling for Dart. Write powerful and easy-to-use web applications with the power, expressiveness and type-safety of Dart.
Spurte not only allows you to be able to write complete and powerful web applications in Dart, but also allows you to do so while making use of your favourite JavaScript and TypeScript packages, with full type-safe APIs connected to Dart.
## Features
1. Powerful frontend development: Write your web applications w
1. Works with your favourite frontend tools: Use your favourite Dart frontend tools
1. Powerful and simple plugin system: Easily integrate plugins into your projects to allow for quick and easy code generation. Compatible with Dart's [build_runner](https://pub.dev/packages/build_runner).
1. Server Integration: Integrate Spurte into your own backend, ssr solution, or full-stack solution as a drop-in development server and bundler.
1. Easy Scaffolding: Using the [`create-spurte`](./packages/create-spurte) package, you can quickly get started with your project.## Documentation
Check the [docs](./docs) for more information## Contributing
Please see the [contribution guidelines](./CONTRIBUTING.md) for more information.