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

https://github.com/nash403/vue-firebase-basic-auth

Vue 2.x template with composition api + Typescript + Firebase Authentication
https://github.com/nash403/vue-firebase-basic-auth

composition-api firebase firebase-auth typescript vue

Last synced: 4 months ago
JSON representation

Vue 2.x template with composition api + Typescript + Firebase Authentication

Awesome Lists containing this project

README

          

# firebase-basic-auth

> Basic Vue.js starter project with Google Firebase authentication

## 🚀 Features

- Firebase Google authentication
- Typescript
- Uses @/vue-composition-api
- PWA
- Vue Router
- Tailwind
- Storybook
- Linters for multiple file kinds + lint-staged

## Project setup

```bash
npm install
```

### Compiles and hot-reloads for development

```bash
npm run dev
```

### Compiles and minifies for production

```bash
npm run build
```

### Lints and fixes files

```bash
npm run lint
```

### Deploy to firebase hosting

```bash
npm run deploy
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).