Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukaszkups/vue-simple-shop
A Vue.js simple shop example
https://github.com/lukaszkups/vue-simple-shop
Last synced: about 1 month ago
JSON representation
A Vue.js simple shop example
- Host: GitHub
- URL: https://github.com/lukaszkups/vue-simple-shop
- Owner: lukaszkups
- Created: 2019-08-18T15:27:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:32:08.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T15:37:57.994Z (7 months ago)
- Language: Vue
- Size: 4.31 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-simple-shop
## Project setup
Install dependencies:
```
npm install
```Run API server (REQUIRED TO RUN SPA CORRECTLY):
```
npm run api-server
```Run front-end SPA (in separate tab):
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).