Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/innashpota/vue-shop
- Owner: innashpota
- License: apache-2.0
- Created: 2020-01-27T13:06:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-13T19:31:02.000Z (about 1 month ago)
- Last Synced: 2024-10-30T10:48:53.636Z (17 days ago)
- Topics: css, html, javascript, js, vue
- Language: Vue
- Homepage:
- Size: 2.16 MB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.