Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nadyushka/vue2-notes

Notes is an app made with the help of Vue2 and Vuex. Drag and Drop effect was created on frontend side. It is easier to arrange tasks according their priority.
https://github.com/nadyushka/vue2-notes

drag-and-drop spa vue-router vue2 vuex

Last synced: 6 days ago
JSON representation

Notes is an app made with the help of Vue2 and Vuex. Drag and Drop effect was created on frontend side. It is easier to arrange tasks according their priority.

Awesome Lists containing this project

README

        

# my-vue2-project

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Lints and fixes files
```
yarn lint
```

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