https://github.com/mohammadsafia/vue-form-task
Full stack app for authentication flow app using `Vue` and firebase.
https://github.com/mohammadsafia/vue-form-task
axios bem best-practices clean-code restful-api vue vue-router vuex
Last synced: 3 months ago
JSON representation
Full stack app for authentication flow app using `Vue` and firebase.
- Host: GitHub
- URL: https://github.com/mohammadsafia/vue-form-task
- Owner: mohammadsafia
- Created: 2021-07-05T19:59:42.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-07T09:06:06.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T09:31:10.557Z (4 months ago)
- Topics: axios, bem, best-practices, clean-code, restful-api, vue, vue-router, vuex
- Language: Vue
- Homepage: https://mawdoo3-vue-form-task.netlify.app/
- Size: 367 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-form-task
## Project setup
```bash
npm install
```### Compiles and hot-reloads for development
```bash
npm start
```### Compiles and minifies for production
```bash
npm run build
```### Lints and fixes files
```bash
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).