Skip to content

v-excelsior/TodoVue

Repository files navigation

To Do List

This is my first project with using Vue.js and vue-ecosystem. You also can see list of all technology at Home page

Local install and other command

Install all dependencies

$ npm i

Run local-host and hot reloading

$ npm run serve

Build prod with minifying code

$ npm run dev

Run test

$ npm run test

Creating svg-sprite from images in .\assest

$ gulp

Some screens with explanations

  1. Modal window change ToDo text. Used basic data-flow with data and props Changing data

  2. Here i create a svg-sprite using Gulp
    Sprites

  3. Items holds at two list with computed properties. We can create,delete, or edit item. Tasks

  4. At Users page i used placeholder REST API with user list. When they loading, we see beautiful spinner, too we have error handling on timeout and error code like a 404.
    User loading
    User loaded
    Error handling

About

ToDo using Vue, Router, Vuetify and Unit testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published