https://github.com/uedatakeyuki/vue-firebaseauthui-fe-sample
https://github.com/uedatakeyuki/vue-firebaseauthui-fe-sample
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uedatakeyuki/vue-firebaseauthui-fe-sample
- Owner: UedaTakeyuki
- Created: 2021-03-27T10:46:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-27T10:46:47.000Z (about 4 years ago)
- Last Synced: 2025-01-30T15:34:08.482Z (4 months ago)
- Language: JavaScript
- Size: 367 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ulbl-vuetify
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).