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

https://github.com/lalugue/pets-vue

The pets static website powered by Vue, Vue Router, and Vuex
https://github.com/lalugue/pets-vue

bootstrap pets vue vue-router vuex

Last synced: about 2 months ago
JSON representation

The pets static website powered by Vue, Vue Router, and Vuex

Awesome Lists containing this project

README

          

# pets-vue

The pets static website powered by Vue, Vue Router, and Vuex

View it live [here](https://lalugue.github.io/pets-vue/)!

# How to start

Run the following command:

```
npm run serve
```

# How to build

Run the following command:

```
npm run build
```