Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to create a Vue application #15

Open
12 tasks
ivoputzer opened this issue Mar 1, 2022 · 0 comments
Open
12 tasks

How to create a Vue application #15

ivoputzer opened this issue Mar 1, 2022 · 0 comments
Assignees

Comments

@ivoputzer
Copy link
Contributor

ivoputzer commented Mar 1, 2022

Study

  • Setup a project using Vue
    • get familiar with build tools
    • get familiar with best practices and how to do things
  • Implement a simple todo-list application to get more familiar with the technology (you don't have to present this, it's just to get to know the underlying tech better), backlog:
    • user can add a task to the list
    • user can remove a task from the list
    • user can mark a task as completed
    • user can edit a task of the list
    • (optional) responsive design
    • (optional) localStorage, sessionStorage persistence
    • (optional) make it good looking through CSS 😏

Presentation

  • Presentation of 10-15m to show how to set up a project using Vue from scratch; here are some example topics you can touch on in the presentation:
    • What is Vue?
    • How does Vue work?
    • When it's best to use Vue compared to other tools?
    • Instructions on how to create a project from scratch
    • Anything else you want
@ivoputzer ivoputzer assigned ivoputzer and Biatel and unassigned ivoputzer Mar 1, 2022
@ivoputzer ivoputzer changed the title ### Create Vue Application Create Vue Application Mar 1, 2022
@ivoputzer ivoputzer changed the title Create Vue Application How to create a Vue.js Application Mar 1, 2022
@ivoputzer ivoputzer changed the title How to create a Vue.js Application How to create a Vue.js application Mar 1, 2022
@ivoputzer ivoputzer changed the title How to create a Vue.js application How to create a Vue application Mar 1, 2022
@Biatel Biatel changed the title How to create a Vue application How to create a Vue application Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants