https://github.com/mvcbotelho/faq-vuex
https://github.com/mvcbotelho/faq-vuex
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mvcbotelho/faq-vuex
- Owner: mvcbotelho
- Created: 2021-04-12T11:46:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-12T11:53:01.000Z (about 4 years ago)
- Last Synced: 2025-01-26T17:43:11.439Z (4 months ago)
- Language: Vue
- Size: 336 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FAQ-VUEX
Project developed for the challenge of the course.
> Demo: https://faq-vuex.herokuapp.com/## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).