SchnapsterDog / vue3-firebase-todo

Vue 3 & Firebase 9(Cloud Firestore) Todo APP with Bulma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue3-firebase9-todo

Vue 3 & Firebase 9(Cloud Firestore) Todo APP with Bulma

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Install the dependencies

npm install

Firebase configuration

Create .env file and copy the content from .env.dev file. Inside it, fill in your Firebase project details.

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE.txt for more information.

About

Vue 3 & Firebase 9(Cloud Firestore) Todo APP with Bulma

License:MIT License


Languages

Language:Vue 68.2%Language:JavaScript 24.1%Language:HTML 7.8%