Skip to content

This repository is created for learning fundamental Vue & Vue3 features including Vue Router, Vue CLI, Options API, Composition API, Teleport etc. Along with learning the fetures, I also created several full projects including a reaction timer, project tracker, a real-time chatroom & a music playlist website and update them aside from this repos…

License

Notifications You must be signed in to change notification settings

yoko-vicky/vue-lesson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Vue Features

This repository is created for learning fundamental Vue & Vue3 features including Vue Router, Vue CLI, Options API, Composition API, Teleport etc. Along with learning the fetures, I also created several full projects including a reaction timer, project tracker, a real-time chatroom & a music playlist website and update them aside from this repository.

I followed Build Web Apps with Vue JS 3 & Firebase course on Udemy provided by The Net Ninja (Shaun Pelling).

If you have an interest in getiting in-depth knowledge of Vue3 features and firebase, I highly recommend you take that course.

A list of commonly used resources that I find helpful is listed in the acknowledgments.

Built With

Getting Started

To get a local copy up and running follow these simple example steps.

  1. On the project GitHub page, navigate to the main page of the repository.
  2. Under the repository name, locate and click on a green button named Code.
  3. Copy the project URL as displayed.
  4. If you're running the Windows Operating System, open your command prompt. On Linux, Open your terminal.
  5. Change the current working directory to the location where you want the cloned directory to be made. Leave as it is if the current location is where you want the project to be.
  6. Type git clone, and then paste the URL you copied in Step 3.
    e.g. $ git clone https://github.com/yourUsername/yourProjectName
  7. Press Enter. Your local copy will be created.
  8. Go to the project that you want to try in your local environment
  9. In inidivisual project folder, run npm install to install all dependencies
  10. Then, run npm run serve to run your local server to see how it works

Author

👤 Yoko Saka

Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

  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

Show your support

Give a ⭐️ if you like this project!

License

All files on this repository is MIT licensed except for the project concepts and design. The projects' concepts, code and design(css) are originally provided by Build Web Apps with Vue JS 3 & Firebase that is offered by The Net Ninja (Shaun Pelling).

Acknowledgements

About

This repository is created for learning fundamental Vue & Vue3 features including Vue Router, Vue CLI, Options API, Composition API, Teleport etc. Along with learning the fetures, I also created several full projects including a reaction timer, project tracker, a real-time chatroom & a music playlist website and update them aside from this repos…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published