Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thecodingmontana/vue-poll-app
Poll App Made With Vue Framework
https://github.com/thecodingmontana/vue-poll-app
vue vuejs
Last synced: 7 days ago
JSON representation
Poll App Made With Vue Framework
- Host: GitHub
- URL: https://github.com/thecodingmontana/vue-poll-app
- Owner: thecodingmontana
- Created: 2021-05-16T12:26:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-15T18:05:10.000Z (over 3 years ago)
- Last Synced: 2024-12-19T03:42:48.676Z (17 days ago)
- Topics: vue, vuejs
- Language: Vue
- Homepage: https://vue-poll-app.web.app/
- Size: 425 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VUE POLL APP
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).