iagobruno / simple-vue-app

A simple GitHub explorer made with Vue framework.

Home Page:https://simple-vue-app-iagobruno.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-vue-app

Online Demo

Getting started

> git clone https://github.com/iagobruno/simple-vue-app
> cd simple-vue-app
> yarn install
> yarn run dev

And then open localhost:3000 in your browser.

By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the sirv commands in package.json to include the option --host 0.0.0.0.

If you're using Visual Studio Code we recommend installing the official extension Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Building

To create an optimised version of the app:

> yarn run build

You can now deploy the dist folder to any cdn like Netlify or Vercel.

About

A simple GitHub explorer made with Vue framework.

https://simple-vue-app-iagobruno.vercel.app/


Languages

Language:Vue 69.2%Language:HTML 13.4%Language:TypeScript 11.4%Language:CSS 4.0%Language:JavaScript 2.1%