• Stars
    star
    194
  • Rank 195,949 (Top 4 %)
  • Language Vue
  • Created about 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Just for fun ๐Ÿ˜„

Has Vue passed React yet?

Just a fun little site to compare GitHub stars of Vue and React

preview

Getting Started

To run this locally, clone the repo and use Yarn or NPM to install the dependencies. (Youโ€™ll also need Node.js installed)

git clone https://github.com/stursby/hasvuepassedreactyet.git
cd hasvuepassedreactyet
yarn

Development

Start a dev server on http://localhost:8080

yarn dev

Production

To build for prod, run the following:

yarn build