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

https://github.com/mikebellcoder/vue-issues

Various issues I've experienced using Vue 2+ so I can recreate the issue and report it.
https://github.com/mikebellcoder/vue-issues

Last synced: 4 months ago
JSON representation

Various issues I've experienced using Vue 2+ so I can recreate the issue and report it.

Awesome Lists containing this project

README

          

#vue issues

This is a repo full of issues I've found while working with VueJS back in 2019-2020.

FYI

Create a new Vue Project via the CLI and then performing build results in a build that is 980kb.
Creating a new Angular project via the CLI and then performing build results in a build that is 728kb.

A new Angular project starts out 252kb smaller than Vue.