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
- Host: GitHub
- URL: https://github.com/lalugue/pets-vue
- Owner: lalugue
- License: mit
- Created: 2020-10-10T17:02:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T04:30:24.000Z (almost 4 years ago)
- Last Synced: 2025-02-28T21:26:15.869Z (over 1 year ago)
- Topics: bootstrap, pets, vue, vue-router, vuex
- Language: Vue
- Homepage: https://lalugue.github.io/pets-vue
- Size: 1.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```