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
- Host: GitHub
- URL: https://github.com/nash403/vue-firebase-basic-auth
- Owner: nash403
- Created: 2020-05-10T20:40:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T05:33:00.000Z (over 3 years ago)
- Last Synced: 2025-06-25T04:39:16.022Z (12 months ago)
- Topics: composition-api, firebase, firebase-auth, typescript, vue
- Language: JavaScript
- Homepage:
- Size: 2.07 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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/).