Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devmnj/vuejs-vuetify-task-manager-single-code-base-app

Vuejs - vuetify Task Manager app using Vuex store. This is my very first vue project.
https://github.com/devmnj/vuejs-vuetify-task-manager-single-code-base-app

howto-tutorial material-ui single-codebase vuejs vuejs2 vuex vutify webapp

Last synced: 29 days ago
JSON representation

Vuejs - vuetify Task Manager app using Vuex store. This is my very first vue project.

Awesome Lists containing this project

README

        

# vue_tasks

This is a simple Vuejs-Vutify project to record tasks. This project will help you learn the following

* Vue-Components
* Vuetify UI
* Vuetify snackbar, appbar, drawer , Menu, Dialog
* Typescript in Vue - Props, PropType, interface
* Passing Object as props to child
* Conditional rendering
* reactive objects, setters, getters, global variable through store(Vuex)

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

More tutorials can be found @ [Developer Site](https:\\www.developermblog.wordpress.com)