https://github.com/refi64/vuedart
Create Vue web apps in Dart
https://github.com/refi64/vuedart
Last synced: 5 months ago
JSON representation
Create Vue web apps in Dart
- Host: GitHub
- URL: https://github.com/refi64/vuedart
- Owner: refi64
- Created: 2017-08-29T20:35:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T17:40:31.000Z (over 5 years ago)
- Last Synced: 2025-04-09T18:17:20.014Z (about 1 year ago)
- Language: Dart
- Homepage: https://refi64.com/vuedart
- Size: 6.72 MB
- Stars: 312
- Watchers: 18
- Forks: 19
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VueDart

VueDart lets you create Vue web apps using Dart.
## Website and documentation
[https://refi64.com/vuedart](https://refi64.com/vuedart)
## Status
What works:
- App and component definitions.
- Templates.
- Data.
- Properties.
- Computed data.
- Methods.
- Refs.
- Lifecycle callbacks.
- Mixins.
- vue-router.
- Scoped styles.
What doesn't work:
- Render functions (or at least, they don't work *well*).
- Some of the [instance properties](https://vuejs.org/v2/api/#Instance-Properties).
- Server-side rendering.
- Hardcoded support for the Vuex plugin.
- Generic plugin support (this is going to take a while though).
## Logo
Based on the [official Vue logo](https://github.com/vuejs/art). I basically just changed
the color.