Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/innashpota/vue-shop

A Web Shop App written in Vue.js
https://github.com/innashpota/vue-shop

css html javascript js vue

Last synced: 14 days ago
JSON representation

A Web Shop App written in Vue.js

Awesome Lists containing this project

README

        

Vue Shop
========

A Webshop application written with Vue.js.
This is an application developt through the Vue course from
[the official site](https://www.vuemastery.com/courses/intro-to-vue-js/tabs).

![main-window](./samples/main-page.png)

## Build and Run

Execute:

```sh
npm install
npm run serve
```

The application will be accessible on http://localhost:8080.