This is my first project with using Vue.js and vue-ecosystem. You also can see list of all technology at Home page
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
-
Modal window change ToDo text. Used basic data-flow with
data
andprops
-
Items holds at two list with computed properties. We can create,delete, or edit item.
-
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.