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: 5 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T17:51:05.000Z (over 2 years ago)
- Last Synced: 2024-12-27T00:15:13.266Z (7 months ago)
- Language: Vue
- Size: 1.87 MB
- Stars: 2
- Watchers: 2
- 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
```