Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/devmnj/vuejs-vuetify-task-manager-single-code-base-app
- Owner: devmnj
- Created: 2021-02-21T17:40:50.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-21T17:48:32.000Z (almost 4 years ago)
- Last Synced: 2024-11-15T23:25:16.463Z (3 months ago)
- Topics: howto-tutorial, material-ui, single-codebase, vuejs, vuejs2, vuex, vutify, webapp
- Language: Vue
- Homepage: https://developerm.dev
- Size: 238 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)