Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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
```