Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pichsenmeister/vue-app
A sample Vue.js app built with the new Vue CLI 3 and Firebase for my [YouTube channel](https://www.youtube.com/channel/UCuueNBONh8iznYNQs6PmTcA)
https://github.com/pichsenmeister/vue-app
Last synced: 1 day ago
JSON representation
A sample Vue.js app built with the new Vue CLI 3 and Firebase for my [YouTube channel](https://www.youtube.com/channel/UCuueNBONh8iznYNQs6PmTcA)
- Host: GitHub
- URL: https://github.com/pichsenmeister/vue-app
- Owner: pichsenmeister
- Created: 2018-08-13T11:15:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T17:51:05.000Z (about 2 years ago)
- Last Synced: 2023-03-30T17:16:51.878Z (over 1 year ago)
- Language: Vue
- Size: 1.87 MB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-app
A sample Vue.js app built with the new Vue CLI 3 and Firebase for my [YouTube channel](https://www.youtube.com/channel/UCuueNBONh8iznYNQs6PmTcA)## 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
```