An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# VueDart

![](https://raw.githubusercontent.com/kirbyfan64/vuedart/master/logo/logo.png)

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.