Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/).